You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a low priority because as far as I can tell the data should be a Vector{UInt8} in the vast majority of cases. In 0.7 IOBuffers and mmap still use Vector{UInt8} and not a special type.
The text was updated successfully, but these errors were encountered:
This should be straightforward but will require lots of changes. The new
Primitive
definition should beThis is a low priority because as far as I can tell the data should be a
Vector{UInt8}
in the vast majority of cases. In 0.7IOBuffer
s andmmap
still useVector{UInt8}
and not a special type.The text was updated successfully, but these errors were encountered: