Documentation
¶
Overview ¶
Package span contains Span, a numeric range.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Span ¶
Span is a numeric range with an inclusive Start and exclusive End index. i.e. [Start, End)
func (Span) Intersection ¶
Intersection returns a Span representing the intersection of s and other. Returns false if they do not intersect.
Click to show internal directories.
Click to hide internal directories.