Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ParseOptions ¶
type ParserToken ¶
type ParserToken[T any] struct { // contains filtered or unexported fields }
func NewParserToken ¶
func NewParserToken[T any](name string, value T) *ParserToken[T]
func (ParserToken[T]) Name ¶
func (token ParserToken[T]) Name() string
func (ParserToken[T]) String ¶
func (token ParserToken[T]) String() string
func (ParserToken[T]) Value ¶
func (token ParserToken[T]) Value() T
Click to show internal directories.
Click to hide internal directories.