Module structs

Module structs 

Source
Expand description

Storage structs and methods

Structs§

ParamStk
Stack for numeric IO parameter contexts, with checked accessors
RegStore
Register storage with different indexing modes
Register
State
Combined interpreter state storage

Enums§

NumOutMode
Number output mode
Utf8Iter
Hybrid iterator over UTF-8 strings, may be advanced by bytes or chars. Does not expect valid UTF-8 internally.
Value

Constants§

DEFAULT_PARAMS
Default values (0, 10, 10, auto)

Type Aliases§

Params
Parameter context tuple: (K, I, O, M)
ThreadResult