struct

C0::Token

Inherits Struct / Value / Object

Constructors

new(type : TokenType, start : Int32, end __arg0 : Int32)
Source

Instance methods

size

Returns the byte length of this token's data.

Source
start
Source
type
Source
value(buf : Bytes) : Bytes

Returns the value as a slice into the given buffer. Zero-copy.

Source