Return total capacity of the table.
Return number of records marked as free.
Return number of records marked as used.
Builds the table from existing buffer or buffers representing entries.
Buffer to populate table from.
Optional
alignment: StructMemoryAlignmentMemory alignment of the source platform.
Creates an empty table with set capacity.
Capacity to create the table with.
Returns index of element in table.
Entry to resolve index for.
Export the table in target platform format.
Memory alignment to use for export.
Defines a struct factory for entries contained within table.
Struct factory.
Static
new
Table structure wraps
Struct
-based entries for tables present within ZNP NV memory.