what about a representation more like:
struct FlatArray{T <: Tuple, V <: AbstractVector}
size::T
values::V
end
? Since one can already configure custom (de)-serialization of structs with MsgPack.
what about a representation more like:
struct FlatArray{T <: Tuple, V <: AbstractVector}
size::T
values::V
end
? Since one can already configure custom (de)-serialization of structs with MsgPack.