pub type ClojureToken = RedLeaf<ClojureSyntaxKind>;Aliased Type§
pub struct ClojureToken {
pub kind: ClojureSyntaxKind,
pub span: Range<usize>,
}Fields§
§kind: ClojureSyntaxKindThe kind kind/category (e.g., keyword, identifier, literal)
span: Range<usize>The absolute byte span of this kind in the source text