allocate method

Arena<Uint8> allocate (
  1. int length
)

Implementation

static Arena<Uint8> allocate(int length) => Arena(length, Uint8Array.fromPtr);