items

abstract val items: List<T>

Item list, depending on implementation the list can be shared between multiple nodes, meaning not all element within the list belong to this node. Therefore, when using this list one must consider nodeRange.

Non-leaf nodes can but don't have to supply items of sub-nodes.