Expand description
Data structures for storing and manipulating arbitrary legacy data.
Structs§
- Content
Value - Represents any valid ssb legacy message value that can be used as the content of a message, preserving the order of object entries.
- Iter
- An iterator over the entries of a
RidiculousStringMap, first yielding all entries with numeric keys in ascending order, and then yielding the remaining entries in the same order in which they were inserted into the map. - Ridiculous
String Map - A map with string keys that sorts strings according to object entry order, using insertion order for non-int keys.
Enums§
- Value
- Represents any valid ssb legacy message value, preserving the order of object entries.