-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Description
I was looking at the source code here, and I was a little confused about why you chose to use a primitive type. Wouldn't it be simpler to work with a definition like:
struct InlineString{N} <: AbstractString
data::NTuple{N, UInt8}
endsimilar to StaticArrays.jl?
I'm guessing you already discussed/tried this option and found it problematic for some reason, but I couldn't find any information so I wanted to double-check.
ararslan and mkitti
Metadata
Metadata
Assignees
Labels
No labels