2024-01-18 02:36:24 -06:00
|
|
|
Boolean
|
2024-02-15 14:21:00 -06:00
|
|
|
Stuffed into a u8 to be indexed into
|
|
|
|
|
|
|
|
00_00_00_01
|
|
|
|
^^--- One Boolean
|
|
|
|
|the Second Boolean
|
|
|
|
|
2024-01-18 02:36:24 -06:00
|
|
|
UTF8 String
|
2024-02-15 14:21:00 -06:00
|
|
|
"Able The Above" => UTF8 14 bytes long
|
2024-01-18 02:36:24 -06:00
|
|
|
Date Time (U128 seconds since the beginning of the universe)
|
|
|
|
|
|
|
|
Binary Blob
|
|
|
|
|
|
|
|
List<T>
|
|
|
|
Bound/Unbound
|
2024-02-15 14:21:00 -06:00
|
|
|
// Ordered/Unordered
|
|
|
|
|
|
|
|
|
|
|
|
Examples:
|
|
|
|
OSPath Is Unbounded List <String>
|
2024-01-18 02:36:24 -06:00
|
|
|
|
2024-02-15 14:21:00 -06:00
|
|
|
Hashmap<K, V>
|