C0::Table
Inherits Struct / Value / Object
Zero-copy accessor for a tabular C0DATA group.
Scans the buffer once to index record positions, then provides O(1) access to records and fields as slices into the original buffer.
Constructors
new(buf : Bytes, offset : Int32 = 0)
Source