Interface Options

Options for struct initialization

interface Options {
    alignment?: number;
    isPacked?: boolean;
    isUnion?: boolean;
}

Properties

alignment?: number
isPacked?: boolean
isUnion?: boolean

Whether the struct is a union