add remove-nth
parent
bd89b4eb12
commit
3d1ba04462
|
@ -225,3 +225,6 @@ PRIVATE>
|
|||
|
||||
: replace ( str oldseq newseq -- str' )
|
||||
H{ } 2seq>assoc substitute ;
|
||||
|
||||
: remove-nth ( seq n -- seq' )
|
||||
cut-slice 1 tail-slice append ;
|
||||
|
|
Loading…
Reference in New Issue