| 类型 | 位置 | 扩展 | 描述 |
|---|---|---|---|
| ansi_code | stdlib_ansi | 无 | 终端转义码容器 |
| bitset_64 | stdlib_bitsets | bitset_type | 不超过 64 位的位集类型 (规范) |
| bitset_large | stdlib_bitsets | bitset_type | 超过 64 位的位集类型 (规范) |
| bitset_type | stdlib_bitsets | 无 | bitset_64 和 bitset_large 的父类型 (规范) |
| chaining_hashmap_type | stdlib_hashmaps | hashmap_type | 实现 |
| codata_constant_type | stdlib_codata_type | 无 | 用于表示 Codata 常量的派生类型。(规范) |
| hashmap_type | stdlib_hashmaps | 无 | 实现抽象哈希映射的类型 (规范) |
| key_type | stdlib_hashmap_wrappers | 无 | 键的真实类型的包装类型 |
| linalg_state_type | stdlib_linalg_state | 无 |
|
| logger_type | stdlib_logger | 无 | 公共派生类型 (规范) |
| open_hashmap_type | stdlib_hashmaps | hashmap_type | 实现“开放”哈希映射的类型 |
| other_type | stdlib_hashmap_wrappers | 无 | 其他数据的真实类型的包装类型 |
| string_type | stdlib_string_type | 无 | 保存任意字符序列的字符串类型。 |
| stringlist_index_type | stdlib_stringlist_type | 无 | |
| stringlist_type | stdlib_stringlist_type | 无 |