Directories ¶
Path | Synopsis |
---|---|
cmd
|
|
func (x *Table) Next(key Value) (Value, Value) {} func (x *Table) Length() int {} func (x *Table) Append(value Value) {} func (x *Table) Insert(index int, value Value) {} func (x *Table) Remove(index int) (value Value) {} func (x *Table) RawGet(key Value) (value Value) {} func (x *Table) RawGetInt(key int) (value Value) {} func (x *Table) RawGetKey(key Value) (value Value) {} func (x *Table) RawGetStr(key string) (value Value) {} func (x *Table) RawSet(key, value Value) {} func (x *Table) RawSetKey(key, value Value) {} func (x *Table) RawSetInt(key int, value Value) {} func (x *Table) RawSetStr(key string, value Value) {}
|
func (x *Table) Next(key Value) (Value, Value) {} func (x *Table) Length() int {} func (x *Table) Append(value Value) {} func (x *Table) Insert(index int, value Value) {} func (x *Table) Remove(index int) (value Value) {} func (x *Table) RawGet(key Value) (value Value) {} func (x *Table) RawGetInt(key int) (value Value) {} func (x *Table) RawGetKey(key Value) (value Value) {} func (x *Table) RawGetStr(key string) (value Value) {} func (x *Table) RawSet(key, value Value) {} func (x *Table) RawSetKey(key, value Value) {} func (x *Table) RawSetInt(key int, value Value) {} func (x *Table) RawSetStr(key string, value Value) {} |
pkg
|
|
packer
string: 's' (prefix), 'z' (varlen), 'c' (fixed) float: 'f', 'd', 'n' sint: 'b', 'h', 'l', 'j', 'i' uint: 'B', 'H', 'L', 'J', 'I', 'T' padding, space, config options: "xX <=>!" values options: "bBhHlLjJTiIfdnczs" i[n], I[n] b, B h, H l, L j, J T f d n z cn s[n] options "!n", "sn", "in", "In" ; 1 <= n <= 16 Alignment works as follows: For each option, the format gets extra padding until the data starts at an offset that is a multiple of the minimum between the option size and the maximum alignment; this minimum must be a power of 2.
|
string: 's' (prefix), 'z' (varlen), 'c' (fixed) float: 'f', 'd', 'n' sint: 'b', 'h', 'l', 'j', 'i' uint: 'B', 'H', 'L', 'J', 'I', 'T' padding, space, config options: "xX <=>!" values options: "bBhHlLjJTiIfdnczs" i[n], I[n] b, B h, H l, L j, J T f d n z cn s[n] options "!n", "sn", "in", "In" ; 1 <= n <= 16 Alignment works as follows: For each option, the format gets extra padding until the data starts at an offset that is a multiple of the minimum between the option size and the maximum alignment; this minimum must be a power of 2. |
pattern
TODO: capture index (e.g.
|
TODO: capture index (e.g. |
Click to show internal directories.
Click to hide internal directories.