I’m in the process of creating a new package for strings based on NTuple
s. It is similar in concept to InlineStrings.jl, but it uses NTuple{N,UInt8}
instead of primitives. It allows for more variation in N
. In part, it is intended for interop with C where fixed sized strings are sometimes represented by char str[N]
.
Currently, I have called this package NStrings.
Others have proposed
- TupleStrings
- StaticStrings
Do you have another idea? Please let me know below. Let the bikeshedding begin [1].
[1] Tone is hard to convey in text. I’m being jovial. That said I would earnestly like to hear your ideas.