Additionally, when designing a taxonomy, it is important to consider whether ordering is important. In cases where explicit ordering is not required and a large number of sibling nodes are expected, it is preferred to use an unordered node type such assling:Folderoroak:Unstructured...
The ordering of types is as follows: Uint8Array string (Date, RegExp, symbol) number bigint boolean Within a given type, the ordering is: Uint8Array: byte ordering of the array string: byte ordering of the UTF-8 encoding of the string number: -NaN < -Infinity < -1.0 < -0.5 < -...