Skip to main content

Chunk

Type Alias Chunk 

Source
type Chunk<T> = Box<[MaybeUninit<T>; 65536]>;

Aliased Typeยง

struct Chunk<T>(/* private fields */);