struct Components [src]
Fields
lbracket: TokenIndex
elem_count: Node.Index
sentinel: Node.OptionalIndex
elem_type: Node.Index
Source
pub const Components = struct {
lbracket: TokenIndex,
elem_count: Node.Index,
sentinel: Node.OptionalIndex,
elem_type: Node.Index,
}