Handbook
Glossary
strings.private vocabulary
Factor handbook
ยป
Vocabulary index
Summary
Words
Primitives
Word
Stack effect
set-string-nth-fast
( ch n string -- )
string-nth-fast
( n string -- ch )
Ordinary words
Word
Stack effect
(aux)
( n string -- byte-array m )
ensure-aux
( string -- string )
rehash-string
( str -- )
reset-string-hashcode
( str -- )
set-string-hashcode
( n str -- )
set-string-nth
( ch n string -- )
set-string-nth-slow
( ch n string -- )
small-char?
( ch -- ? )
string-hashcode
( str -- n )
string-nth
( n string -- ch )
Files
resource:core/strings/strings.factor
resource:core/strings/strings-docs.factor
resource:core/strings/strings-tests.factor