Pudu programming language
Menu
API reference

Std.Buffer.Buffer

1 declaration

type

Buffer

This 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.

Back to Std.BufferSearch related declarations