Derived Types

TypeLocationExtendsDescription
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 chaining_hashmap_type types (Specifications)

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

linalg_state_type defines a state return type for a linear algebra routine. State contains a status flag, a comment, and a procedure specifier that can be used to mark where the error happened

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