Documentation ¶
Index ¶
- Constants
- type Cell
- func (c *Cell) Append(x interface{})
- func (c *Cell) Assq(key interface{}) (r *Cell)
- func (c *Cell) Caar() (v interface{})
- func (c *Cell) Cadr() (v *Cell)
- func (c *Cell) Car() (v interface{})
- func (c *Cell) Car2() (x, y interface{})
- func (c *Cell) Car3() (x, y, z interface{})
- func (c *Cell) Cddr() (v *Cell)
- func (c *Cell) Cdr() (v *Cell)
- func (c Cell) Content() interface{}
- func (c *Cell) Define(key interface{}, value interface{}) (r *Cell)
- func (c *Cell) Each(f interface{})
- func (c *Cell) End() (r *Cell)
- func (c *Cell) Equal(o interface{}) (r bool)
- func (c *Cell) Len() (l int)
- func (c *Cell) Link(i int, l Node) (b bool)
- func (c *Cell) MinimumLength(l int) bool
- func (c Cell) MoveTo(i int) (l Node)
- func (c *Cell) Prepend(x interface{})
- func (c *Cell) Rplaca(i interface{})
- func (c *Cell) Rplacd(next *Cell)
- func (c *Cell) Set(i int, v interface{}) (r bool)
- func (c Cell) String() (t string)
- func (c *Cell) Until(f interface{}) (i int, k *Cell)
- func (c *Cell) While(f interface{}) (i int, k *Cell)
- type Equatable
- type Node
Constants ¶
View Source
const ( PREVIOUS_NODE = -1 CURRENT_NODE = 0 NEXT_NODE = 1 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.