vlists vocabulary
Factor handbook ยป Vocabulary index


Summary
Persistent sequence implementation optimizing the case where there is no sharing

Words

Tuple classes
ClassSuperclassSlots
empty-vlist-error tuple
valist tuplevlist
vlist tuplelength vector


Parsing words
WordSyntax
VA{
VL{


Ordinary words
WordStack effect
<valist>( -- valist )
<vlist>( -- vlist )
>valist( assoc -- valist )
>vlist( seq -- vlist )
empty-vlist-error( -- * )
valist-at( key i array -- value ? )


Class predicate words
WordStack effect
empty-vlist-error?( object -- ? )
valist?( object -- ? )
vlist?( object -- ? )


Files


Metadata files


Children from resource:basis
VocabularySummary
vlists.prettyprint


Children
VocabularySummary
vlists.private