struct property
Describes the raw memory layout, construction, and pointer representation of this struct type.
Implementation
static final StructType<float16D> struct = .new(
factory: float16D.new,
layout: .aligned<float16Field>({
.v: RArray(RFloat(), 16),
}),
);