[][src]Type Definition holochain_wasm_utils::memory::MemoryBits

type MemoryBits = u64;

encodes allocations as 2x MemoryInt in high/low bits etc. must be 2x larger than MemoryInt

Trait Implementations

impl From<Length> for MemoryBits[src]

impl From<Offset> for MemoryBits[src]

impl From<Top> for MemoryBits[src]