without ( seq set -- subseq )
Factor handbook » The language » Collections » Sets » Operations on sets

Prev:within ( seq set -- subseq )


Vocabulary
sets

Inputs
seqa sequence
seta set


Outputs
subseqa sequence


Word description
Returns the subsequence of the given sequence consisting of things that are not members of the set. This may contain duplicates, if the sequence has duplicates.

Definition