sequences: adding nths-unsafe.
parent
b129623080
commit
f13cbb3c4a
|
|
@ -599,6 +599,13 @@ PRIVATE>
|
||||||
swap V{ } clone
|
swap V{ } clone
|
||||||
[ [ (indices) ] 2curry each-index ] keep ;
|
[ [ (indices) ] 2curry each-index ] keep ;
|
||||||
|
|
||||||
|
<PRIVATE
|
||||||
|
|
||||||
|
: nths-unsafe ( indices seq -- seq' )
|
||||||
|
[ [ nth-unsafe ] curry ] keep map-as ;
|
||||||
|
|
||||||
|
PRIVATE>
|
||||||
|
|
||||||
: nths ( indices seq -- seq' )
|
: nths ( indices seq -- seq' )
|
||||||
[ [ nth ] curry ] keep map-as ;
|
[ [ nth ] curry ] keep map-as ;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue