Expand description
Storage structs and methods
Structs§
- Param
Stk - Stack for numeric IO parameter contexts, with checked accessors
- RegStore
- Register storage with different indexing modes
- Register
- State
- Combined interpreter state storage
Enums§
- NumOut
Mode - Number output mode
- Utf8
Iter - 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)
Functions§
- reg_
index_ nice - Tries to convert register index (
Rational) to a string if it was likely set from one, or displays the number with automatic format
Type Aliases§
- Params
- Parameter context tuple: (K, I, O, M)
- Thread
Result