Closed
Description
We currently only define table types as immutable
views of data owned by table collections/tree sequences.
To support standalone tables:
- Define a new type,
OwningXTable
for row typeX
. impl std::ops::Deref
for each new type.
The deref target isXTable
.- The public API is
add_row
andadd_row_with_metadata
. - Probably also need
copy
function.
Thanks to @momolangenstein for suggesting the Deref
pattern.
Metadata
Metadata
Assignees
Labels
No labels