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
My HDF5 tables have elements which consist of structs of doubles. It would be nice to be able to have NativeType instances for arbitrary C structs. However, given that I know for certain that my structs are a certain length (e.g. 8 bits), it would be nice to at least be able to read the data in to (e.g.) a Word8 (or at least some other type that can live inside a Vector).
The text was updated successfully, but these errors were encountered:
My HDF5 tables have elements which consist of structs of doubles. It would be nice to be able to have NativeType instances for arbitrary C structs. However, given that I know for certain that my structs are a certain length (e.g. 8 bits), it would be nice to at least be able to read the data in to (e.g.) a Word8 (or at least some other type that can live inside a Vector).
The text was updated successfully, but these errors were encountered: