struct Components [src]

Fields

sliced: Node.Index
lbracket: TokenIndex
start: Node.Index
end: Node.OptionalIndex
sentinel: Node.OptionalIndex

Source

pub const Components = struct { sliced: Node.Index, lbracket: TokenIndex, start: Node.Index, end: Node.OptionalIndex, sentinel: Node.OptionalIndex, }