Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type List ¶
func (*List) ForEachPt ¶
ForEachPt will iterate forward through the list, call the fn for each pt. If fn returns false, the iteration will stop.
func (*List) PushInBetween ¶
func (l *List) PushInBetween(start, end ElementerPointer, element ElementerPointer) (r bool)
type Pt ¶
func NewPointSlice ¶
Click to show internal directories.
Click to hide internal directories.