1
0
Fork 0
forked from AbleOS/ableos
ableos_time/sysdata/config.format

22 lines
385 B
Plaintext
Raw Normal View History

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