Node

data class Node(val range: IntRange, val type: IElementType)

Constructors

Link copied to clipboard
constructor(range: IntRange, type: IElementType)

Properties

Link copied to clipboard
Link copied to clipboard