Std.Buffer.Buffer
1 declaration
type
BufferThis declaration introduces a public type.
What it does
A contiguous, unboxed sequence of raw bytes.
Backed directly by cache-aligned primitive byte storage without per-element
boxing. All scalar read, write, and scan operations are bounds-checked.
Read the signature
- This declaration has no value signature because it introduces a type or trait.
