s-fuerst / Vahana.jl

A framework (not only) for large-scale agent-based models
MIT License
23 stars 0 forks source link

String as svector #8

Closed s-fuerst closed 1 month ago

s-fuerst commented 1 month ago

With the current version of HDF5.jl we can not have String (even not Static/InlineStrings) as a fieldtype, but StaticVectors of UInt8. create_string_converter adds some functions to support the convertation of Strings to those StaticVectors.