Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
growable vocabulary
Factor documentation
>
Factor handbook
>
Vocabulary index
Documentation
Resizable sequence implementation
Meta-data
Tags:
collections
Authors:
Slava Pestov
Words
Mixin classes
growable
Generic words
Word
Stack effect
contract
( len seq -- )
Ordinary words
Word
Stack effect
capacity
( seq -- n )
ensure
( n seq -- n seq )
expand
( len seq -- )
new-size
( old -- new )
Class predicate words
Word
Stack effect
growable?
( object -- ? )
Files
resource:core/growable/growable.factor
resource:core/growable/growable-docs.factor
resource:core/growable/growable-tests.factor
Children
Vocabulary
Summary
growable.private
growable.private vocabulary