Type | Location | Extends | Description |
---|---|---|---|
ansi_code | stdlib_ansi | None | Container for terminal escape code |
bitset_64 | stdlib_bitsets | bitset_type | Type for bitsets with no more than 64 bits (Specification) |
bitset_large | stdlib_bitsets | bitset_type | Type for bitsets with more than 64 bits (Specification) |
bitset_type | stdlib_bitsets | None | Parent type for bitset_64 and bitset_large (Specification) |
chaining_hashmap_type | stdlib_hashmaps | hashmap_type | Type implementing the |
codata_constant_type | stdlib_codata_type | None | Derived type for representing a Codata constant. (Specification) |
hashmap_type | stdlib_hashmaps | None | Type implementing an abstract hash map (Specifications) |
key_type | stdlib_hashmap_wrappers | None | A wrapper type for the key's true type |
linalg_state_type | stdlib_linalg_state | None |
|
logger_type | stdlib_logger | None | Public derived type (Specification) |
open_hashmap_type | stdlib_hashmaps | hashmap_type | Type implementing an "open" hash map |
other_type | stdlib_hashmap_wrappers | None | A wrapper type for the other data's true type |
string_type | stdlib_string_type | None | String type holding an arbitrary sequence of characters. |
stringlist_index_type | stdlib_stringlist_type | None | |
stringlist_type | stdlib_stringlist_type | None |