cleave-array ( quots -- quot ) - Factor Documentation

cleave-array ( quots -- quot )
Extra combinators



Vocabulary
combinators .extras

Inputs
quots a sequence of quotations


Outputs
None

Word description
Like cleave , but wraps the output in an array.

Definition
USING: combinators kernel sequences sequences.generalizations ;

IN: combinators.extras

MACRO: cleave-array ( quots -- quot )
dup length [ [ cleave ] curry ] dip [ narray ] curry compose
;

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