Module beef::lean

source ·
Expand description

Namespace containing the 2-word Cow implementation.

Type Aliases§

  • Faster, 2-word Cow. This version is available only on 64-bit architecture, and it puts both capacity and length together in a fat pointer. Both length and capacity is limited to 32 bits.