check-bounds ( alist n -- alist ) - Factor Documentation

check-bounds ( alist n -- alist )


Vocabulary
sorting .private

Inputs
alist an object
n an object


Outputs
alist an object


Definition
USING: kernel sequences ;

IN: sorting.private

: check-bounds ( alist n -- alist )
[ swap bounds-check 2drop ] curry dupd each ; inline

AltStyle によって変換されたページ (->オリジナル) /