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 New ¶
New returns a frame with the children of the provided node.
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.
func (*Frame) First ¶
First returns, but dont extract, the noder with the alphabetically smaller name in the frame and true if the frame was not empy. Otherwise it returns nil and false.
Click to show internal directories.
Click to hide internal directories.