growable vocabulary
Factor handbook ยป Vocabulary index


Documentation
Resizable sequence implementation

Metadata
Tags:collections
Authors:Slava Pestov


Words

Mixin classes
growable


Generic words
WordStack effect
contract( len seq -- )


Ordinary words
WordStack effect
capacity( seq -- n )
ensure( n seq -- n seq )
expand( len seq -- )
new-size( old -- new )


Class predicate words
WordStack effect
growable?( object -- ? )


Files


Metadata files


Children
VocabularySummary
growable.private