Module beef::lean[][src]

Expand description

Namespace containing the 2-word Cow implementation.

Type Definitions

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.