unsized top-level constant

const unsized = const Unsized()

This NativeType does not have predefined size.

Unsized NativeTypes do not support sizeOf because their size is unknown. Consequently, allocate, Pointer.load, Pointer.store, and Pointer.elementAt are not available.

Implementation

const unsized = const Unsized()