struct property

StructType<float16D> struct
final

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),
  }),
);