Handbook
Glossary
insort-left ( obj seq -- seq' )
Vocabulary
sorting
.
extras
Inputs
obj
an
object
seq
an
object
Outputs
seq'
an
object
Definition
USING:
kernel
sequences
;
IN:
sorting.extras
:
insort-left
( obj seq -- seq' )
[
bisect-left
]
2keep
swapd
insert-nth
;