markintervaltree

package
v0.3.22 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 14, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MarkIntervalTreeNode

type MarkIntervalTreeNode struct {
	Mark        *model.BlockContentTextMark
	MaxUpperVal int32
	Left        *MarkIntervalTreeNode
	Right       *MarkIntervalTreeNode
}

func New added in v0.3.11

func (*MarkIntervalTreeNode) Insert

func (*MarkIntervalTreeNode) SearchOverlaps added in v0.3.11

func (r *MarkIntervalTreeNode) SearchOverlaps(i *model.Range) []*model.BlockContentTextMark

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL