An immutable string stored inline or on heap.
It occuipies 16 bytes on stack.
Inline: 4-byte length + 12 bytes data. Heap: 4-byte length + 4-byte prefix data + 8-byte pointer to atomic reference counting data.
This project is licensed under either of
at your option.