jacobmerson/model-traits

Add arbitrary data model trait

Opened this issue · 0 comments

To open the set of ModelTraits to extension I should provide an arbitrary data model trait.

Options to consider:

  • pointer to chars (safe to cast/read data to/from chars)
  • type erased datatype which affords pointer access?