Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Frame ¶
type Frame struct {
// contains filtered or unexported fields
}
A Frame is a collection of siblings in a trie, sorted alphabetically by name.
func (*Frame) Drop ¶
func (f *Frame) Drop()
Drop extracts the noder with the alphabetically smaller name in the frame or does nothing if the frame was empty.
Click to show internal directories.
Click to hide internal directories.