Documentation
¶
Index ¶
- Variables
- func AddResource(package_, name string, data []byte, compressed bool)
- func ChanEqual(c, d ChanReceive) bool
- func ChanEqualDeep(c, d ChanReceive) bool
- func Difference(s, t Set)
- func Equal(a, b interface{}) bool
- func Intersect(s, t Set)
- func MacroFormat(input []byte) ([]byte, error)
- func MacroPreprocess(input []byte) []byte
- func MacroProcess(name string, input []byte, data interface{}) ([]byte, error)
- func MacroRun(name string, input []byte, data interface{}) ([]byte, error)
- func NotEqual(a, b interface{}) bool
- func Resource(package_, name string) []byte
- func SliceAll(s Slice) bool
- func SliceAny(s Slice) bool
- func SliceContains(s Slice, v interface{}) bool
- func SliceEach(s Slice, f func(interface{}))
- func SliceFirst(s Slice) interface{}
- func SliceHead(s Slice) interface{}
- func SliceLast(s Slice) interface{}
- func Subset(s, t Set) bool
- func Union(s, t Set)
- type Bool
- type Byte
- func (b Byte) Add(n Number) Number
- func (b Byte) And(other Integer) Integer
- func (b Byte) AndNot(other Integer) Integer
- func (b *Byte) Dereference() Value
- func (b Byte) Divide(other Number) Number
- func (b Byte) Equals(other Equatable) bool
- func (b Byte) Greater(other Comparable) bool
- func (b Byte) GreaterEqual(other Comparable) bool
- func (b Byte) Left(n uint) Integer
- func (b Byte) Less(other Comparable) bool
- func (b Byte) LessEqual(other Comparable) bool
- func (b Byte) Modulo(other Integer) Integer
- func (b Byte) Multiply(other Number) Number
- func (b Byte) Negate() Number
- func (b Byte) Not() Integer
- func (b Byte) NotEquals(other Equatable) bool
- func (b Byte) Or(other Integer) Integer
- func (b Byte) Reference() Pointer
- func (b Byte) Right(n uint) Integer
- func (b Byte) Subtract(other Number) Number
- func (b Byte) Xor(other Integer) Integer
- type Chan
- type ChanBool
- func (c ChanBool) Cap() int
- func (c ChanBool) ChanReceive() ChanReceive
- func (c ChanBool) ChanSend() ChanSend
- func (c ChanBool) Close()
- func (c *ChanBool) Dereference() Value
- func (c ChanBool) Len() int
- func (c ChanBool) Make(cap int) Chan
- func (c ChanBool) Receive() interface{}
- func (c ChanBool) ReceiveCheck() (interface{}, bool)
- func (c ChanBool) Reference() Pointer
- func (c ChanBool) Send(v interface{})
- type ChanByte
- func (c ChanByte) Cap() int
- func (c ChanByte) ChanReceive() ChanReceive
- func (c ChanByte) ChanSend() ChanSend
- func (c ChanByte) Close()
- func (c *ChanByte) Dereference() Value
- func (c ChanByte) Len() int
- func (c ChanByte) Make(cap int) Chan
- func (c ChanByte) Receive() interface{}
- func (c ChanByte) ReceiveCheck() (interface{}, bool)
- func (c ChanByte) Reference() Pointer
- func (c ChanByte) Send(v interface{})
- type ChanComplex128
- func (c ChanComplex128) Cap() int
- func (c ChanComplex128) ChanReceive() ChanReceive
- func (c ChanComplex128) ChanSend() ChanSend
- func (c ChanComplex128) Close()
- func (c *ChanComplex128) Dereference() Value
- func (c ChanComplex128) Len() int
- func (c ChanComplex128) Make(cap int) Chan
- func (c ChanComplex128) Receive() interface{}
- func (c ChanComplex128) ReceiveCheck() (interface{}, bool)
- func (c ChanComplex128) Reference() Pointer
- func (c ChanComplex128) Send(v interface{})
- type ChanComplex64
- func (c ChanComplex64) Cap() int
- func (c ChanComplex64) ChanReceive() ChanReceive
- func (c ChanComplex64) ChanSend() ChanSend
- func (c ChanComplex64) Close()
- func (c *ChanComplex64) Dereference() Value
- func (c ChanComplex64) Len() int
- func (c ChanComplex64) Make(cap int) Chan
- func (c ChanComplex64) Receive() interface{}
- func (c ChanComplex64) ReceiveCheck() (interface{}, bool)
- func (c ChanComplex64) Reference() Pointer
- func (c ChanComplex64) Send(v interface{})
- type ChanFloat32
- func (c ChanFloat32) Cap() int
- func (c ChanFloat32) ChanReceive() ChanReceive
- func (c ChanFloat32) ChanSend() ChanSend
- func (c ChanFloat32) Close()
- func (c *ChanFloat32) Dereference() Value
- func (c ChanFloat32) Len() int
- func (c ChanFloat32) Make(cap int) Chan
- func (c ChanFloat32) Receive() interface{}
- func (c ChanFloat32) ReceiveCheck() (interface{}, bool)
- func (c ChanFloat32) Reference() Pointer
- func (c ChanFloat32) Send(v interface{})
- type ChanFloat64
- func (c ChanFloat64) Cap() int
- func (c ChanFloat64) ChanReceive() ChanReceive
- func (c ChanFloat64) ChanSend() ChanSend
- func (c ChanFloat64) Close()
- func (c *ChanFloat64) Dereference() Value
- func (c ChanFloat64) Len() int
- func (c ChanFloat64) Make(cap int) Chan
- func (c ChanFloat64) Receive() interface{}
- func (c ChanFloat64) ReceiveCheck() (interface{}, bool)
- func (c ChanFloat64) Reference() Pointer
- func (c ChanFloat64) Send(v interface{})
- type ChanInt
- func (c ChanInt) Cap() int
- func (c ChanInt) ChanReceive() ChanReceive
- func (c ChanInt) ChanSend() ChanSend
- func (c ChanInt) Close()
- func (c *ChanInt) Dereference() Value
- func (c ChanInt) Len() int
- func (c ChanInt) Make(cap int) Chan
- func (c ChanInt) Receive() interface{}
- func (c ChanInt) ReceiveCheck() (interface{}, bool)
- func (c ChanInt) Reference() Pointer
- func (c ChanInt) Send(v interface{})
- type ChanInt16
- func (c ChanInt16) Cap() int
- func (c ChanInt16) ChanReceive() ChanReceive
- func (c ChanInt16) ChanSend() ChanSend
- func (c ChanInt16) Close()
- func (c *ChanInt16) Dereference() Value
- func (c ChanInt16) Len() int
- func (c ChanInt16) Make(cap int) Chan
- func (c ChanInt16) Receive() interface{}
- func (c ChanInt16) ReceiveCheck() (interface{}, bool)
- func (c ChanInt16) Reference() Pointer
- func (c ChanInt16) Send(v interface{})
- type ChanInt32
- func (c ChanInt32) Cap() int
- func (c ChanInt32) ChanReceive() ChanReceive
- func (c ChanInt32) ChanSend() ChanSend
- func (c ChanInt32) Close()
- func (c *ChanInt32) Dereference() Value
- func (c ChanInt32) Len() int
- func (c ChanInt32) Make(cap int) Chan
- func (c ChanInt32) Receive() interface{}
- func (c ChanInt32) ReceiveCheck() (interface{}, bool)
- func (c ChanInt32) Reference() Pointer
- func (c ChanInt32) Send(v interface{})
- type ChanInt64
- func (c ChanInt64) Cap() int
- func (c ChanInt64) ChanReceive() ChanReceive
- func (c ChanInt64) ChanSend() ChanSend
- func (c ChanInt64) Close()
- func (c *ChanInt64) Dereference() Value
- func (c ChanInt64) Len() int
- func (c ChanInt64) Make(cap int) Chan
- func (c ChanInt64) Receive() interface{}
- func (c ChanInt64) ReceiveCheck() (interface{}, bool)
- func (c ChanInt64) Reference() Pointer
- func (c ChanInt64) Send(v interface{})
- type ChanInt8
- func (c ChanInt8) Cap() int
- func (c ChanInt8) ChanReceive() ChanReceive
- func (c ChanInt8) ChanSend() ChanSend
- func (c ChanInt8) Close()
- func (c *ChanInt8) Dereference() Value
- func (c ChanInt8) Len() int
- func (c ChanInt8) Make(cap int) Chan
- func (c ChanInt8) Receive() interface{}
- func (c ChanInt8) ReceiveCheck() (interface{}, bool)
- func (c ChanInt8) Reference() Pointer
- func (c ChanInt8) Send(v interface{})
- type ChanInterface
- func (c ChanInterface) Cap() int
- func (c ChanInterface) ChanReceive() ChanReceive
- func (c ChanInterface) ChanSend() ChanSend
- func (c ChanInterface) Close()
- func (c *ChanInterface) Dereference() Value
- func (c ChanInterface) Len() int
- func (c ChanInterface) Make(cap int) Chan
- func (c ChanInterface) Receive() interface{}
- func (c ChanInterface) ReceiveCheck() (interface{}, bool)
- func (c ChanInterface) Reference() Pointer
- func (c ChanInterface) Send(v interface{})
- type ChanReceive
- type ChanReceiveBool
- func (c ChanReceiveBool) Cap() int
- func (c *ChanReceiveBool) Dereference() Value
- func (c ChanReceiveBool) Len() int
- func (c ChanReceiveBool) Make(cap int) Chan
- func (c ChanReceiveBool) Receive() interface{}
- func (c ChanReceiveBool) ReceiveCheck() (interface{}, bool)
- func (c ChanReceiveBool) Reference() Pointer
- type ChanReceiveByte
- func (c ChanReceiveByte) Cap() int
- func (c *ChanReceiveByte) Dereference() Value
- func (c ChanReceiveByte) Len() int
- func (c ChanReceiveByte) Make(cap int) Chan
- func (c ChanReceiveByte) Receive() interface{}
- func (c ChanReceiveByte) ReceiveCheck() (interface{}, bool)
- func (c ChanReceiveByte) Reference() Pointer
- type ChanReceiveComplex128
- func (c ChanReceiveComplex128) Cap() int
- func (c *ChanReceiveComplex128) Dereference() Value
- func (c ChanReceiveComplex128) Len() int
- func (c ChanReceiveComplex128) Make(cap int) Chan
- func (c ChanReceiveComplex128) Receive() interface{}
- func (c ChanReceiveComplex128) ReceiveCheck() (interface{}, bool)
- func (c ChanReceiveComplex128) Reference() Pointer
- type ChanReceiveComplex64
- func (c ChanReceiveComplex64) Cap() int
- func (c *ChanReceiveComplex64) Dereference() Value
- func (c ChanReceiveComplex64) Len() int
- func (c ChanReceiveComplex64) Make(cap int) Chan
- func (c ChanReceiveComplex64) Receive() interface{}
- func (c ChanReceiveComplex64) ReceiveCheck() (interface{}, bool)
- func (c ChanReceiveComplex64) Reference() Pointer
- type ChanReceiveFloat32
- func (c ChanReceiveFloat32) Cap() int
- func (c *ChanReceiveFloat32) Dereference() Value
- func (c ChanReceiveFloat32) Len() int
- func (c ChanReceiveFloat32) Make(cap int) Chan
- func (c ChanReceiveFloat32) Receive() interface{}
- func (c ChanReceiveFloat32) ReceiveCheck() (interface{}, bool)
- func (c ChanReceiveFloat32) Reference() Pointer
- type ChanReceiveFloat64
- func (c ChanReceiveFloat64) Cap() int
- func (c *ChanReceiveFloat64) Dereference() Value
- func (c ChanReceiveFloat64) Len() int
- func (c ChanReceiveFloat64) Make(cap int) Chan
- func (c ChanReceiveFloat64) Receive() interface{}
- func (c ChanReceiveFloat64) ReceiveCheck() (interface{}, bool)
- func (c ChanReceiveFloat64) Reference() Pointer
- type ChanReceiveInt
- func (c ChanReceiveInt) Cap() int
- func (c *ChanReceiveInt) Dereference() Value
- func (c ChanReceiveInt) Len() int
- func (c ChanReceiveInt) Make(cap int) Chan
- func (c ChanReceiveInt) Receive() interface{}
- func (c ChanReceiveInt) ReceiveCheck() (interface{}, bool)
- func (c ChanReceiveInt) Reference() Pointer
- type ChanReceiveInt16
- func (c ChanReceiveInt16) Cap() int
- func (c *ChanReceiveInt16) Dereference() Value
- func (c ChanReceiveInt16) Len() int
- func (c ChanReceiveInt16) Make(cap int) Chan
- func (c ChanReceiveInt16) Receive() interface{}
- func (c ChanReceiveInt16) ReceiveCheck() (interface{}, bool)
- func (c ChanReceiveInt16) Reference() Pointer
- type ChanReceiveInt32
- func (c ChanReceiveInt32) Cap() int
- func (c *ChanReceiveInt32) Dereference() Value
- func (c ChanReceiveInt32) Len() int
- func (c ChanReceiveInt32) Make(cap int) Chan
- func (c ChanReceiveInt32) Receive() interface{}
- func (c ChanReceiveInt32) ReceiveCheck() (interface{}, bool)
- func (c ChanReceiveInt32) Reference() Pointer
- type ChanReceiveInt64
- func (c ChanReceiveInt64) Cap() int
- func (c *ChanReceiveInt64) Dereference() Value
- func (c ChanReceiveInt64) Len() int
- func (c ChanReceiveInt64) Make(cap int) Chan
- func (c ChanReceiveInt64) Receive() interface{}
- func (c ChanReceiveInt64) ReceiveCheck() (interface{}, bool)
- func (c ChanReceiveInt64) Reference() Pointer
- type ChanReceiveInt8
- func (c ChanReceiveInt8) Cap() int
- func (c *ChanReceiveInt8) Dereference() Value
- func (c ChanReceiveInt8) Len() int
- func (c ChanReceiveInt8) Make(cap int) Chan
- func (c ChanReceiveInt8) Receive() interface{}
- func (c ChanReceiveInt8) ReceiveCheck() (interface{}, bool)
- func (c ChanReceiveInt8) Reference() Pointer
- type ChanReceiveInterface
- func (c ChanReceiveInterface) Cap() int
- func (c *ChanReceiveInterface) Dereference() Value
- func (c ChanReceiveInterface) Len() int
- func (c ChanReceiveInterface) Make(cap int) Chan
- func (c ChanReceiveInterface) Receive() interface{}
- func (c ChanReceiveInterface) ReceiveCheck() (interface{}, bool)
- func (c ChanReceiveInterface) Reference() Pointer
- type ChanReceiveRune
- func (c ChanReceiveRune) Cap() int
- func (c *ChanReceiveRune) Dereference() Value
- func (c ChanReceiveRune) Len() int
- func (c ChanReceiveRune) Make(cap int) Chan
- func (c ChanReceiveRune) Receive() interface{}
- func (c ChanReceiveRune) ReceiveCheck() (interface{}, bool)
- func (c ChanReceiveRune) Reference() Pointer
- type ChanReceiveString
- func (c ChanReceiveString) Cap() int
- func (c *ChanReceiveString) Dereference() Value
- func (c ChanReceiveString) Len() int
- func (c ChanReceiveString) Make(cap int) Chan
- func (c ChanReceiveString) Receive() interface{}
- func (c ChanReceiveString) ReceiveCheck() (interface{}, bool)
- func (c ChanReceiveString) Reference() Pointer
- type ChanReceiveUint
- func (c ChanReceiveUint) Cap() int
- func (c *ChanReceiveUint) Dereference() Value
- func (c ChanReceiveUint) Len() int
- func (c ChanReceiveUint) Make(cap int) Chan
- func (c ChanReceiveUint) Receive() interface{}
- func (c ChanReceiveUint) ReceiveCheck() (interface{}, bool)
- func (c ChanReceiveUint) Reference() Pointer
- type ChanReceiveUint16
- func (c ChanReceiveUint16) Cap() int
- func (c *ChanReceiveUint16) Dereference() Value
- func (c ChanReceiveUint16) Len() int
- func (c ChanReceiveUint16) Make(cap int) Chan
- func (c ChanReceiveUint16) Receive() interface{}
- func (c ChanReceiveUint16) ReceiveCheck() (interface{}, bool)
- func (c ChanReceiveUint16) Reference() Pointer
- type ChanReceiveUint32
- func (c ChanReceiveUint32) Cap() int
- func (c *ChanReceiveUint32) Dereference() Value
- func (c ChanReceiveUint32) Len() int
- func (c ChanReceiveUint32) Make(cap int) Chan
- func (c ChanReceiveUint32) Receive() interface{}
- func (c ChanReceiveUint32) ReceiveCheck() (interface{}, bool)
- func (c ChanReceiveUint32) Reference() Pointer
- type ChanReceiveUint64
- func (c ChanReceiveUint64) Cap() int
- func (c *ChanReceiveUint64) Dereference() Value
- func (c ChanReceiveUint64) Len() int
- func (c ChanReceiveUint64) Make(cap int) Chan
- func (c ChanReceiveUint64) Receive() interface{}
- func (c ChanReceiveUint64) ReceiveCheck() (interface{}, bool)
- func (c ChanReceiveUint64) Reference() Pointer
- type ChanReceiveUint8
- func (c ChanReceiveUint8) Cap() int
- func (c *ChanReceiveUint8) Dereference() Value
- func (c ChanReceiveUint8) Len() int
- func (c ChanReceiveUint8) Make(cap int) Chan
- func (c ChanReceiveUint8) Receive() interface{}
- func (c ChanReceiveUint8) ReceiveCheck() (interface{}, bool)
- func (c ChanReceiveUint8) Reference() Pointer
- type ChanReceiveUintptr
- func (c ChanReceiveUintptr) Cap() int
- func (c *ChanReceiveUintptr) Dereference() Value
- func (c ChanReceiveUintptr) Len() int
- func (c ChanReceiveUintptr) Make(cap int) Chan
- func (c ChanReceiveUintptr) Receive() interface{}
- func (c ChanReceiveUintptr) ReceiveCheck() (interface{}, bool)
- func (c ChanReceiveUintptr) Reference() Pointer
- type ChanRune
- func (c ChanRune) Cap() int
- func (c ChanRune) ChanReceive() ChanReceive
- func (c ChanRune) ChanSend() ChanSend
- func (c ChanRune) Close()
- func (c *ChanRune) Dereference() Value
- func (c ChanRune) Len() int
- func (c ChanRune) Make(cap int) Chan
- func (c ChanRune) Receive() interface{}
- func (c ChanRune) ReceiveCheck() (interface{}, bool)
- func (c ChanRune) Reference() Pointer
- func (c ChanRune) Send(v interface{})
- type ChanSend
- type ChanSendBool
- type ChanSendByte
- type ChanSendComplex128
- func (c ChanSendComplex128) Cap() int
- func (c ChanSendComplex128) Close()
- func (c *ChanSendComplex128) Dereference() Value
- func (c ChanSendComplex128) Len() int
- func (c ChanSendComplex128) Make(cap int) Chan
- func (c ChanSendComplex128) Reference() Pointer
- func (c ChanSendComplex128) Send(v interface{})
- type ChanSendComplex64
- type ChanSendFloat32
- type ChanSendFloat64
- type ChanSendInt
- type ChanSendInt16
- type ChanSendInt32
- type ChanSendInt64
- type ChanSendInt8
- type ChanSendInterface
- type ChanSendRune
- type ChanSendString
- type ChanSendUint
- type ChanSendUint16
- type ChanSendUint32
- type ChanSendUint64
- type ChanSendUint8
- type ChanSendUintptr
- type ChanString
- func (c ChanString) Cap() int
- func (c ChanString) ChanReceive() ChanReceive
- func (c ChanString) ChanSend() ChanSend
- func (c ChanString) Close()
- func (c *ChanString) Dereference() Value
- func (c ChanString) Len() int
- func (c ChanString) Make(cap int) Chan
- func (c ChanString) Receive() interface{}
- func (c ChanString) ReceiveCheck() (interface{}, bool)
- func (c ChanString) Reference() Pointer
- func (c ChanString) Send(v interface{})
- type ChanUint
- func (c ChanUint) Cap() int
- func (c ChanUint) ChanReceive() ChanReceive
- func (c ChanUint) ChanSend() ChanSend
- func (c ChanUint) Close()
- func (c *ChanUint) Dereference() Value
- func (c ChanUint) Len() int
- func (c ChanUint) Make(cap int) Chan
- func (c ChanUint) Receive() interface{}
- func (c ChanUint) ReceiveCheck() (interface{}, bool)
- func (c ChanUint) Reference() Pointer
- func (c ChanUint) Send(v interface{})
- type ChanUint16
- func (c ChanUint16) Cap() int
- func (c ChanUint16) ChanReceive() ChanReceive
- func (c ChanUint16) ChanSend() ChanSend
- func (c ChanUint16) Close()
- func (c *ChanUint16) Dereference() Value
- func (c ChanUint16) Len() int
- func (c ChanUint16) Make(cap int) Chan
- func (c ChanUint16) Receive() interface{}
- func (c ChanUint16) ReceiveCheck() (interface{}, bool)
- func (c ChanUint16) Reference() Pointer
- func (c ChanUint16) Send(v interface{})
- type ChanUint32
- func (c ChanUint32) Cap() int
- func (c ChanUint32) ChanReceive() ChanReceive
- func (c ChanUint32) ChanSend() ChanSend
- func (c ChanUint32) Close()
- func (c *ChanUint32) Dereference() Value
- func (c ChanUint32) Len() int
- func (c ChanUint32) Make(cap int) Chan
- func (c ChanUint32) Receive() interface{}
- func (c ChanUint32) ReceiveCheck() (interface{}, bool)
- func (c ChanUint32) Reference() Pointer
- func (c ChanUint32) Send(v interface{})
- type ChanUint64
- func (c ChanUint64) Cap() int
- func (c ChanUint64) ChanReceive() ChanReceive
- func (c ChanUint64) ChanSend() ChanSend
- func (c ChanUint64) Close()
- func (c *ChanUint64) Dereference() Value
- func (c ChanUint64) Len() int
- func (c ChanUint64) Make(cap int) Chan
- func (c ChanUint64) Receive() interface{}
- func (c ChanUint64) ReceiveCheck() (interface{}, bool)
- func (c ChanUint64) Reference() Pointer
- func (c ChanUint64) Send(v interface{})
- type ChanUint8
- func (c ChanUint8) Cap() int
- func (c ChanUint8) ChanReceive() ChanReceive
- func (c ChanUint8) ChanSend() ChanSend
- func (c ChanUint8) Close()
- func (c *ChanUint8) Dereference() Value
- func (c ChanUint8) Len() int
- func (c ChanUint8) Make(cap int) Chan
- func (c ChanUint8) Receive() interface{}
- func (c ChanUint8) ReceiveCheck() (interface{}, bool)
- func (c ChanUint8) Reference() Pointer
- func (c ChanUint8) Send(v interface{})
- type ChanUintptr
- func (c ChanUintptr) Cap() int
- func (c ChanUintptr) ChanReceive() ChanReceive
- func (c ChanUintptr) ChanSend() ChanSend
- func (c ChanUintptr) Close()
- func (c *ChanUintptr) Dereference() Value
- func (c ChanUintptr) Len() int
- func (c ChanUintptr) Make(cap int) Chan
- func (c ChanUintptr) Receive() interface{}
- func (c ChanUintptr) ReceiveCheck() (interface{}, bool)
- func (c ChanUintptr) Reference() Pointer
- func (c ChanUintptr) Send(v interface{})
- type Comparable
- type Complex
- type Complex128
- func (c Complex128) Add(n Number) Number
- func (c *Complex128) Dereference() Value
- func (c Complex128) Divide(other Number) Number
- func (c Complex128) Equals(other Equatable) bool
- func (c Complex128) Imag() float64
- func (c Complex128) Multiply(other Number) Number
- func (c Complex128) Negate() Number
- func (c Complex128) NotEquals(other Equatable) bool
- func (c Complex128) Real_OMIT_complex128() float64
- func (c Complex128) Reference() Pointer
- func (c Complex128) Subtract(other Number) Number
- type Complex64
- func (c Complex64) Add(n Number) Number
- func (c *Complex64) Dereference() Value
- func (c Complex64) Divide(other Number) Number
- func (c Complex64) Equals(other Equatable) bool
- func (c Complex64) Imag() float32
- func (c Complex64) Multiply(other Number) Number
- func (c Complex64) Negate() Number
- func (c Complex64) NotEquals(other Equatable) bool
- func (c Complex64) Real() float32
- func (c Complex64) Reference() Pointer
- func (c Complex64) Subtract(other Number) Number
- type Count
- type Echo
- type Equatable
- type Float32
- func (f Float32) Add(n Number) Number
- func (f *Float32) Dereference() Value
- func (f Float32) Divide(other Number) Number
- func (f Float32) Equals(other Equatable) bool
- func (f Float32) Greater(other Comparable) bool
- func (f Float32) GreaterEqual(other Comparable) bool
- func (f Float32) Less(other Comparable) bool
- func (f Float32) LessEqual(other Comparable) bool
- func (f Float32) Multiply(other Number) Number
- func (f Float32) Negate() Number
- func (f Float32) NotEquals(other Equatable) bool
- func (f Float32) Reference() Pointer
- func (f Float32) Subtract(other Number) Number
- type Float64
- func (f Float64) Add(n Number) Number
- func (f *Float64) Dereference() Value
- func (f Float64) Divide(other Number) Number
- func (f Float64) Equals(other Equatable) bool
- func (f Float64) Greater(other Comparable) bool
- func (f Float64) GreaterEqual(other Comparable) bool
- func (f Float64) Less(other Comparable) bool
- func (f Float64) LessEqual(other Comparable) bool
- func (f Float64) Multiply(other Number) Number
- func (f Float64) Negate() Number
- func (f Float64) NotEquals(other Equatable) bool
- func (f Float64) Reference() Pointer
- func (f Float64) Subtract(other Number) Number
- type Guard
- type Heap
- type Int
- func (i Int) Add(n Number) Number
- func (i Int) And(other Integer) Integer
- func (i Int) AndNot(other Integer) Integer
- func (i *Int) Dereference() Value
- func (i Int) Divide(other Number) Number
- func (i Int) Equals(other Equatable) bool
- func (i Int) Greater(other Comparable) bool
- func (i Int) GreaterEqual(other Comparable) bool
- func (i Int) Left(n uint) Integer
- func (i Int) Less(other Comparable) bool
- func (i Int) LessEqual(other Comparable) bool
- func (i Int) Modulo(other Integer) Integer
- func (i Int) Multiply(other Number) Number
- func (i Int) Negate() Number
- func (i Int) Not() Integer
- func (i Int) NotEquals(other Equatable) bool
- func (i Int) Or(other Integer) Integer
- func (i Int) Reference() Pointer
- func (i Int) Right(n uint) Integer
- func (i Int) Subtract(other Number) Number
- func (i Int) Xor(other Integer) Integer
- type Int16
- func (i Int16) Add(n Number) Number
- func (i Int16) And(other Integer) Integer
- func (i Int16) AndNot(other Integer) Integer
- func (i *Int16) Dereference() Value
- func (i Int16) Divide(other Number) Number
- func (i Int16) Equals(other Equatable) bool
- func (i Int16) Greater(other Comparable) bool
- func (i Int16) GreaterEqual(other Comparable) bool
- func (i Int16) Left(n uint) Integer
- func (i Int16) Less(other Comparable) bool
- func (i Int16) LessEqual(other Comparable) bool
- func (i Int16) Modulo(other Integer) Integer
- func (i Int16) Multiply(other Number) Number
- func (i Int16) Negate() Number
- func (i Int16) Not() Integer
- func (i Int16) NotEquals(other Equatable) bool
- func (i Int16) Or(other Integer) Integer
- func (i Int16) Reference() Pointer
- func (i Int16) Right(n uint) Integer
- func (i Int16) Subtract(other Number) Number
- func (i Int16) Xor(other Integer) Integer
- type Int32
- func (i Int32) Add(n Number) Number
- func (i Int32) And(other Integer) Integer
- func (i Int32) AndNot(other Integer) Integer
- func (i *Int32) Dereference() Value
- func (i Int32) Divide(other Number) Number
- func (i Int32) Equals(other Equatable) bool
- func (i Int32) Greater(other Comparable) bool
- func (i Int32) GreaterEqual(other Comparable) bool
- func (i Int32) Left(n uint) Integer
- func (i Int32) Less(other Comparable) bool
- func (i Int32) LessEqual(other Comparable) bool
- func (i Int32) Modulo(other Integer) Integer
- func (i Int32) Multiply(other Number) Number
- func (i Int32) Negate() Number
- func (i Int32) Not() Integer
- func (i Int32) NotEquals(other Equatable) bool
- func (i Int32) Or(other Integer) Integer
- func (i Int32) Reference() Pointer
- func (i Int32) Right(n uint) Integer
- func (i Int32) Subtract(other Number) Number
- func (i Int32) Xor(other Integer) Integer
- type Int64
- func (i Int64) Add(n Number) Number
- func (i Int64) And(other Integer) Integer
- func (i Int64) AndNot(other Integer) Integer
- func (i *Int64) Dereference() Value
- func (i Int64) Divide(other Number) Number
- func (i Int64) Equals(other Equatable) bool
- func (i Int64) Greater(other Comparable) bool
- func (i Int64) GreaterEqual(other Comparable) bool
- func (i Int64) Left(n uint) Integer
- func (i Int64) Less(other Comparable) bool
- func (i Int64) LessEqual(other Comparable) bool
- func (i Int64) Modulo(other Integer) Integer
- func (i Int64) Multiply(other Number) Number
- func (i Int64) Negate() Number
- func (i Int64) Not() Integer
- func (i Int64) NotEquals(other Equatable) bool
- func (i Int64) Or(other Integer) Integer
- func (i Int64) Reference() Pointer
- func (i Int64) Right(n uint) Integer
- func (i Int64) Subtract(other Number) Number
- func (i Int64) Xor(other Integer) Integer
- type Int8
- func (i Int8) Add(n Number) Number
- func (i Int8) And(other Integer) Integer
- func (i Int8) AndNot(other Integer) Integer
- func (i *Int8) Dereference() Value
- func (i Int8) Divide(other Number) Number
- func (i Int8) Equals(other Equatable) bool
- func (i Int8) Greater(other Comparable) bool
- func (i Int8) GreaterEqual(other Comparable) bool
- func (i Int8) Left(n uint) Integer
- func (i Int8) Less(other Comparable) bool
- func (i Int8) LessEqual(other Comparable) bool
- func (i Int8) Modulo(other Integer) Integer
- func (i Int8) Multiply(other Number) Number
- func (i Int8) Negate() Number
- func (i Int8) Not() Integer
- func (i Int8) NotEquals(other Equatable) bool
- func (i Int8) Or(other Integer) Integer
- func (i Int8) Reference() Pointer
- func (i Int8) Right(n uint) Integer
- func (i Int8) Subtract(other Number) Number
- func (i Int8) Xor(other Integer) Integer
- type Integer
- type Iterator
- type Macro
- type MacroInput
- type MacroInputOutput
- type MacroInterface
- type MacroMethod
- type MacroOutput
- type MacroVar
- type MacroVars
- type Map
- type MapBoolInt
- func (m MapBoolInt) Delete(k interface{})
- func (m *MapBoolInt) Dereference() Value
- func (m MapBoolInt) Equals(other Equatable) bool
- func (m MapBoolInt) Get(k interface{}) interface{}
- func (m MapBoolInt) GetCheck(k interface{}) (interface{}, bool)
- func (m MapBoolInt) KeyValues() [][2]interface{}
- func (m MapBoolInt) Keys() []interface{}
- func (m MapBoolInt) Len() int
- func (m MapBoolInt) Make(c int) Map
- func (m MapBoolInt) NotEquals(other Equatable) bool
- func (m MapBoolInt) Reference() Pointer
- func (m MapBoolInt) Set(k, v interface{})
- type MapBoolString
- func (m MapBoolString) Delete(k interface{})
- func (m *MapBoolString) Dereference() Value
- func (m MapBoolString) Equals(other Equatable) bool
- func (m MapBoolString) Get(k interface{}) interface{}
- func (m MapBoolString) GetCheck(k interface{}) (interface{}, bool)
- func (m MapBoolString) KeyValues() [][2]interface{}
- func (m MapBoolString) Keys() []interface{}
- func (m MapBoolString) Len() int
- func (m MapBoolString) Make(c int) Map
- func (m MapBoolString) NotEquals(other Equatable) bool
- func (m MapBoolString) Reference() Pointer
- func (m MapBoolString) Set(k, v interface{})
- type MapBoolStruct
- func (m MapBoolStruct) Delete(k interface{})
- func (m *MapBoolStruct) Dereference() Value
- func (m MapBoolStruct) Equals(other Equatable) bool
- func (m MapBoolStruct) Get(k interface{}) interface{}
- func (m MapBoolStruct) GetCheck(k interface{}) (interface{}, bool)
- func (m MapBoolStruct) KeyValues() [][2]interface{}
- func (m MapBoolStruct) Keys() []interface{}
- func (m MapBoolStruct) Len() int
- func (m MapBoolStruct) Make(c int) Map
- func (m MapBoolStruct) NotEquals(other Equatable) bool
- func (m MapBoolStruct) Reference() Pointer
- func (m MapBoolStruct) Set(k, v interface{})
- type MapByteInt
- func (m MapByteInt) Delete(k interface{})
- func (m *MapByteInt) Dereference() Value
- func (m MapByteInt) Equals(other Equatable) bool
- func (m MapByteInt) Get(k interface{}) interface{}
- func (m MapByteInt) GetCheck(k interface{}) (interface{}, bool)
- func (m MapByteInt) KeyValues() [][2]interface{}
- func (m MapByteInt) Keys() []interface{}
- func (m MapByteInt) Len() int
- func (m MapByteInt) Make(c int) Map
- func (m MapByteInt) NotEquals(other Equatable) bool
- func (m MapByteInt) Reference() Pointer
- func (m MapByteInt) Set(k, v interface{})
- type MapByteString
- func (m MapByteString) Delete(k interface{})
- func (m *MapByteString) Dereference() Value
- func (m MapByteString) Equals(other Equatable) bool
- func (m MapByteString) Get(k interface{}) interface{}
- func (m MapByteString) GetCheck(k interface{}) (interface{}, bool)
- func (m MapByteString) KeyValues() [][2]interface{}
- func (m MapByteString) Keys() []interface{}
- func (m MapByteString) Len() int
- func (m MapByteString) Make(c int) Map
- func (m MapByteString) NotEquals(other Equatable) bool
- func (m MapByteString) Reference() Pointer
- func (m MapByteString) Set(k, v interface{})
- type MapByteStruct
- func (m MapByteStruct) Delete(k interface{})
- func (m *MapByteStruct) Dereference() Value
- func (m MapByteStruct) Equals(other Equatable) bool
- func (m MapByteStruct) Get(k interface{}) interface{}
- func (m MapByteStruct) GetCheck(k interface{}) (interface{}, bool)
- func (m MapByteStruct) KeyValues() [][2]interface{}
- func (m MapByteStruct) Keys() []interface{}
- func (m MapByteStruct) Len() int
- func (m MapByteStruct) Make(c int) Map
- func (m MapByteStruct) NotEquals(other Equatable) bool
- func (m MapByteStruct) Reference() Pointer
- func (m MapByteStruct) Set(k, v interface{})
- type MapComplex128Int
- func (m MapComplex128Int) Delete(k interface{})
- func (m *MapComplex128Int) Dereference() Value
- func (m MapComplex128Int) Equals(other Equatable) bool
- func (m MapComplex128Int) Get(k interface{}) interface{}
- func (m MapComplex128Int) GetCheck(k interface{}) (interface{}, bool)
- func (m MapComplex128Int) KeyValues() [][2]interface{}
- func (m MapComplex128Int) Keys() []interface{}
- func (m MapComplex128Int) Len() int
- func (m MapComplex128Int) Make(c int) Map
- func (m MapComplex128Int) NotEquals(other Equatable) bool
- func (m MapComplex128Int) Reference() Pointer
- func (m MapComplex128Int) Set(k, v interface{})
- type MapComplex128String
- func (m MapComplex128String) Delete(k interface{})
- func (m *MapComplex128String) Dereference() Value
- func (m MapComplex128String) Equals(other Equatable) bool
- func (m MapComplex128String) Get(k interface{}) interface{}
- func (m MapComplex128String) GetCheck(k interface{}) (interface{}, bool)
- func (m MapComplex128String) KeyValues() [][2]interface{}
- func (m MapComplex128String) Keys() []interface{}
- func (m MapComplex128String) Len() int
- func (m MapComplex128String) Make(c int) Map
- func (m MapComplex128String) NotEquals(other Equatable) bool
- func (m MapComplex128String) Reference() Pointer
- func (m MapComplex128String) Set(k, v interface{})
- type MapComplex128Struct
- func (m MapComplex128Struct) Delete(k interface{})
- func (m *MapComplex128Struct) Dereference() Value
- func (m MapComplex128Struct) Equals(other Equatable) bool
- func (m MapComplex128Struct) Get(k interface{}) interface{}
- func (m MapComplex128Struct) GetCheck(k interface{}) (interface{}, bool)
- func (m MapComplex128Struct) KeyValues() [][2]interface{}
- func (m MapComplex128Struct) Keys() []interface{}
- func (m MapComplex128Struct) Len() int
- func (m MapComplex128Struct) Make(c int) Map
- func (m MapComplex128Struct) NotEquals(other Equatable) bool
- func (m MapComplex128Struct) Reference() Pointer
- func (m MapComplex128Struct) Set(k, v interface{})
- type MapComplex64Int
- func (m MapComplex64Int) Delete(k interface{})
- func (m *MapComplex64Int) Dereference() Value
- func (m MapComplex64Int) Equals(other Equatable) bool
- func (m MapComplex64Int) Get(k interface{}) interface{}
- func (m MapComplex64Int) GetCheck(k interface{}) (interface{}, bool)
- func (m MapComplex64Int) KeyValues() [][2]interface{}
- func (m MapComplex64Int) Keys() []interface{}
- func (m MapComplex64Int) Len() int
- func (m MapComplex64Int) Make(c int) Map
- func (m MapComplex64Int) NotEquals(other Equatable) bool
- func (m MapComplex64Int) Reference() Pointer
- func (m MapComplex64Int) Set(k, v interface{})
- type MapComplex64String
- func (m MapComplex64String) Delete(k interface{})
- func (m *MapComplex64String) Dereference() Value
- func (m MapComplex64String) Equals(other Equatable) bool
- func (m MapComplex64String) Get(k interface{}) interface{}
- func (m MapComplex64String) GetCheck(k interface{}) (interface{}, bool)
- func (m MapComplex64String) KeyValues() [][2]interface{}
- func (m MapComplex64String) Keys() []interface{}
- func (m MapComplex64String) Len() int
- func (m MapComplex64String) Make(c int) Map
- func (m MapComplex64String) NotEquals(other Equatable) bool
- func (m MapComplex64String) Reference() Pointer
- func (m MapComplex64String) Set(k, v interface{})
- type MapComplex64Struct
- func (m MapComplex64Struct) Delete(k interface{})
- func (m *MapComplex64Struct) Dereference() Value
- func (m MapComplex64Struct) Equals(other Equatable) bool
- func (m MapComplex64Struct) Get(k interface{}) interface{}
- func (m MapComplex64Struct) GetCheck(k interface{}) (interface{}, bool)
- func (m MapComplex64Struct) KeyValues() [][2]interface{}
- func (m MapComplex64Struct) Keys() []interface{}
- func (m MapComplex64Struct) Len() int
- func (m MapComplex64Struct) Make(c int) Map
- func (m MapComplex64Struct) NotEquals(other Equatable) bool
- func (m MapComplex64Struct) Reference() Pointer
- func (m MapComplex64Struct) Set(k, v interface{})
- type MapFloat32Int
- func (m MapFloat32Int) Delete(k interface{})
- func (m *MapFloat32Int) Dereference() Value
- func (m MapFloat32Int) Equals(other Equatable) bool
- func (m MapFloat32Int) Get(k interface{}) interface{}
- func (m MapFloat32Int) GetCheck(k interface{}) (interface{}, bool)
- func (m MapFloat32Int) KeyValues() [][2]interface{}
- func (m MapFloat32Int) Keys() []interface{}
- func (m MapFloat32Int) Len() int
- func (m MapFloat32Int) Make(c int) Map
- func (m MapFloat32Int) NotEquals(other Equatable) bool
- func (m MapFloat32Int) Reference() Pointer
- func (m MapFloat32Int) Set(k, v interface{})
- type MapFloat32String
- func (m MapFloat32String) Delete(k interface{})
- func (m *MapFloat32String) Dereference() Value
- func (m MapFloat32String) Equals(other Equatable) bool
- func (m MapFloat32String) Get(k interface{}) interface{}
- func (m MapFloat32String) GetCheck(k interface{}) (interface{}, bool)
- func (m MapFloat32String) KeyValues() [][2]interface{}
- func (m MapFloat32String) Keys() []interface{}
- func (m MapFloat32String) Len() int
- func (m MapFloat32String) Make(c int) Map
- func (m MapFloat32String) NotEquals(other Equatable) bool
- func (m MapFloat32String) Reference() Pointer
- func (m MapFloat32String) Set(k, v interface{})
- type MapFloat32Struct
- func (m MapFloat32Struct) Delete(k interface{})
- func (m *MapFloat32Struct) Dereference() Value
- func (m MapFloat32Struct) Equals(other Equatable) bool
- func (m MapFloat32Struct) Get(k interface{}) interface{}
- func (m MapFloat32Struct) GetCheck(k interface{}) (interface{}, bool)
- func (m MapFloat32Struct) KeyValues() [][2]interface{}
- func (m MapFloat32Struct) Keys() []interface{}
- func (m MapFloat32Struct) Len() int
- func (m MapFloat32Struct) Make(c int) Map
- func (m MapFloat32Struct) NotEquals(other Equatable) bool
- func (m MapFloat32Struct) Reference() Pointer
- func (m MapFloat32Struct) Set(k, v interface{})
- type MapFloat64Int
- func (m MapFloat64Int) Delete(k interface{})
- func (m *MapFloat64Int) Dereference() Value
- func (m MapFloat64Int) Equals(other Equatable) bool
- func (m MapFloat64Int) Get(k interface{}) interface{}
- func (m MapFloat64Int) GetCheck(k interface{}) (interface{}, bool)
- func (m MapFloat64Int) KeyValues() [][2]interface{}
- func (m MapFloat64Int) Keys() []interface{}
- func (m MapFloat64Int) Len() int
- func (m MapFloat64Int) Make(c int) Map
- func (m MapFloat64Int) NotEquals(other Equatable) bool
- func (m MapFloat64Int) Reference() Pointer
- func (m MapFloat64Int) Set(k, v interface{})
- type MapFloat64String
- func (m MapFloat64String) Delete(k interface{})
- func (m *MapFloat64String) Dereference() Value
- func (m MapFloat64String) Equals(other Equatable) bool
- func (m MapFloat64String) Get(k interface{}) interface{}
- func (m MapFloat64String) GetCheck(k interface{}) (interface{}, bool)
- func (m MapFloat64String) KeyValues() [][2]interface{}
- func (m MapFloat64String) Keys() []interface{}
- func (m MapFloat64String) Len() int
- func (m MapFloat64String) Make(c int) Map
- func (m MapFloat64String) NotEquals(other Equatable) bool
- func (m MapFloat64String) Reference() Pointer
- func (m MapFloat64String) Set(k, v interface{})
- type MapFloat64Struct
- func (m MapFloat64Struct) Delete(k interface{})
- func (m *MapFloat64Struct) Dereference() Value
- func (m MapFloat64Struct) Equals(other Equatable) bool
- func (m MapFloat64Struct) Get(k interface{}) interface{}
- func (m MapFloat64Struct) GetCheck(k interface{}) (interface{}, bool)
- func (m MapFloat64Struct) KeyValues() [][2]interface{}
- func (m MapFloat64Struct) Keys() []interface{}
- func (m MapFloat64Struct) Len() int
- func (m MapFloat64Struct) Make(c int) Map
- func (m MapFloat64Struct) NotEquals(other Equatable) bool
- func (m MapFloat64Struct) Reference() Pointer
- func (m MapFloat64Struct) Set(k, v interface{})
- type MapInt16Int
- func (m MapInt16Int) Delete(k interface{})
- func (m *MapInt16Int) Dereference() Value
- func (m MapInt16Int) Equals(other Equatable) bool
- func (m MapInt16Int) Get(k interface{}) interface{}
- func (m MapInt16Int) GetCheck(k interface{}) (interface{}, bool)
- func (m MapInt16Int) KeyValues() [][2]interface{}
- func (m MapInt16Int) Keys() []interface{}
- func (m MapInt16Int) Len() int
- func (m MapInt16Int) Make(c int) Map
- func (m MapInt16Int) NotEquals(other Equatable) bool
- func (m MapInt16Int) Reference() Pointer
- func (m MapInt16Int) Set(k, v interface{})
- type MapInt16String
- func (m MapInt16String) Delete(k interface{})
- func (m *MapInt16String) Dereference() Value
- func (m MapInt16String) Equals(other Equatable) bool
- func (m MapInt16String) Get(k interface{}) interface{}
- func (m MapInt16String) GetCheck(k interface{}) (interface{}, bool)
- func (m MapInt16String) KeyValues() [][2]interface{}
- func (m MapInt16String) Keys() []interface{}
- func (m MapInt16String) Len() int
- func (m MapInt16String) Make(c int) Map
- func (m MapInt16String) NotEquals(other Equatable) bool
- func (m MapInt16String) Reference() Pointer
- func (m MapInt16String) Set(k, v interface{})
- type MapInt16Struct
- func (m MapInt16Struct) Delete(k interface{})
- func (m *MapInt16Struct) Dereference() Value
- func (m MapInt16Struct) Equals(other Equatable) bool
- func (m MapInt16Struct) Get(k interface{}) interface{}
- func (m MapInt16Struct) GetCheck(k interface{}) (interface{}, bool)
- func (m MapInt16Struct) KeyValues() [][2]interface{}
- func (m MapInt16Struct) Keys() []interface{}
- func (m MapInt16Struct) Len() int
- func (m MapInt16Struct) Make(c int) Map
- func (m MapInt16Struct) NotEquals(other Equatable) bool
- func (m MapInt16Struct) Reference() Pointer
- func (m MapInt16Struct) Set(k, v interface{})
- type MapInt32Int
- func (m MapInt32Int) Delete(k interface{})
- func (m *MapInt32Int) Dereference() Value
- func (m MapInt32Int) Equals(other Equatable) bool
- func (m MapInt32Int) Get(k interface{}) interface{}
- func (m MapInt32Int) GetCheck(k interface{}) (interface{}, bool)
- func (m MapInt32Int) KeyValues() [][2]interface{}
- func (m MapInt32Int) Keys() []interface{}
- func (m MapInt32Int) Len() int
- func (m MapInt32Int) Make(c int) Map
- func (m MapInt32Int) NotEquals(other Equatable) bool
- func (m MapInt32Int) Reference() Pointer
- func (m MapInt32Int) Set(k, v interface{})
- type MapInt32String
- func (m MapInt32String) Delete(k interface{})
- func (m *MapInt32String) Dereference() Value
- func (m MapInt32String) Equals(other Equatable) bool
- func (m MapInt32String) Get(k interface{}) interface{}
- func (m MapInt32String) GetCheck(k interface{}) (interface{}, bool)
- func (m MapInt32String) KeyValues() [][2]interface{}
- func (m MapInt32String) Keys() []interface{}
- func (m MapInt32String) Len() int
- func (m MapInt32String) Make(c int) Map
- func (m MapInt32String) NotEquals(other Equatable) bool
- func (m MapInt32String) Reference() Pointer
- func (m MapInt32String) Set(k, v interface{})
- type MapInt32Struct
- func (m MapInt32Struct) Delete(k interface{})
- func (m *MapInt32Struct) Dereference() Value
- func (m MapInt32Struct) Equals(other Equatable) bool
- func (m MapInt32Struct) Get(k interface{}) interface{}
- func (m MapInt32Struct) GetCheck(k interface{}) (interface{}, bool)
- func (m MapInt32Struct) KeyValues() [][2]interface{}
- func (m MapInt32Struct) Keys() []interface{}
- func (m MapInt32Struct) Len() int
- func (m MapInt32Struct) Make(c int) Map
- func (m MapInt32Struct) NotEquals(other Equatable) bool
- func (m MapInt32Struct) Reference() Pointer
- func (m MapInt32Struct) Set(k, v interface{})
- type MapInt64Int
- func (m MapInt64Int) Delete(k interface{})
- func (m *MapInt64Int) Dereference() Value
- func (m MapInt64Int) Equals(other Equatable) bool
- func (m MapInt64Int) Get(k interface{}) interface{}
- func (m MapInt64Int) GetCheck(k interface{}) (interface{}, bool)
- func (m MapInt64Int) KeyValues() [][2]interface{}
- func (m MapInt64Int) Keys() []interface{}
- func (m MapInt64Int) Len() int
- func (m MapInt64Int) Make(c int) Map
- func (m MapInt64Int) NotEquals(other Equatable) bool
- func (m MapInt64Int) Reference() Pointer
- func (m MapInt64Int) Set(k, v interface{})
- type MapInt64String
- func (m MapInt64String) Delete(k interface{})
- func (m *MapInt64String) Dereference() Value
- func (m MapInt64String) Equals(other Equatable) bool
- func (m MapInt64String) Get(k interface{}) interface{}
- func (m MapInt64String) GetCheck(k interface{}) (interface{}, bool)
- func (m MapInt64String) KeyValues() [][2]interface{}
- func (m MapInt64String) Keys() []interface{}
- func (m MapInt64String) Len() int
- func (m MapInt64String) Make(c int) Map
- func (m MapInt64String) NotEquals(other Equatable) bool
- func (m MapInt64String) Reference() Pointer
- func (m MapInt64String) Set(k, v interface{})
- type MapInt64Struct
- func (m MapInt64Struct) Delete(k interface{})
- func (m *MapInt64Struct) Dereference() Value
- func (m MapInt64Struct) Equals(other Equatable) bool
- func (m MapInt64Struct) Get(k interface{}) interface{}
- func (m MapInt64Struct) GetCheck(k interface{}) (interface{}, bool)
- func (m MapInt64Struct) KeyValues() [][2]interface{}
- func (m MapInt64Struct) Keys() []interface{}
- func (m MapInt64Struct) Len() int
- func (m MapInt64Struct) Make(c int) Map
- func (m MapInt64Struct) NotEquals(other Equatable) bool
- func (m MapInt64Struct) Reference() Pointer
- func (m MapInt64Struct) Set(k, v interface{})
- type MapInt8Int
- func (m MapInt8Int) Delete(k interface{})
- func (m *MapInt8Int) Dereference() Value
- func (m MapInt8Int) Equals(other Equatable) bool
- func (m MapInt8Int) Get(k interface{}) interface{}
- func (m MapInt8Int) GetCheck(k interface{}) (interface{}, bool)
- func (m MapInt8Int) KeyValues() [][2]interface{}
- func (m MapInt8Int) Keys() []interface{}
- func (m MapInt8Int) Len() int
- func (m MapInt8Int) Make(c int) Map
- func (m MapInt8Int) NotEquals(other Equatable) bool
- func (m MapInt8Int) Reference() Pointer
- func (m MapInt8Int) Set(k, v interface{})
- type MapInt8String
- func (m MapInt8String) Delete(k interface{})
- func (m *MapInt8String) Dereference() Value
- func (m MapInt8String) Equals(other Equatable) bool
- func (m MapInt8String) Get(k interface{}) interface{}
- func (m MapInt8String) GetCheck(k interface{}) (interface{}, bool)
- func (m MapInt8String) KeyValues() [][2]interface{}
- func (m MapInt8String) Keys() []interface{}
- func (m MapInt8String) Len() int
- func (m MapInt8String) Make(c int) Map
- func (m MapInt8String) NotEquals(other Equatable) bool
- func (m MapInt8String) Reference() Pointer
- func (m MapInt8String) Set(k, v interface{})
- type MapInt8Struct
- func (m MapInt8Struct) Delete(k interface{})
- func (m *MapInt8Struct) Dereference() Value
- func (m MapInt8Struct) Equals(other Equatable) bool
- func (m MapInt8Struct) Get(k interface{}) interface{}
- func (m MapInt8Struct) GetCheck(k interface{}) (interface{}, bool)
- func (m MapInt8Struct) KeyValues() [][2]interface{}
- func (m MapInt8Struct) Keys() []interface{}
- func (m MapInt8Struct) Len() int
- func (m MapInt8Struct) Make(c int) Map
- func (m MapInt8Struct) NotEquals(other Equatable) bool
- func (m MapInt8Struct) Reference() Pointer
- func (m MapInt8Struct) Set(k, v interface{})
- type MapIntBool
- func (m MapIntBool) Delete(k interface{})
- func (m *MapIntBool) Dereference() Value
- func (m MapIntBool) Equals(other Equatable) bool
- func (m MapIntBool) Get(k interface{}) interface{}
- func (m MapIntBool) GetCheck(k interface{}) (interface{}, bool)
- func (m MapIntBool) KeyValues() [][2]interface{}
- func (m MapIntBool) Keys() []interface{}
- func (m MapIntBool) Len() int
- func (m MapIntBool) Make(c int) Map
- func (m MapIntBool) NotEquals(other Equatable) bool
- func (m MapIntBool) Reference() Pointer
- func (m MapIntBool) Set(k, v interface{})
- type MapIntByte
- func (m MapIntByte) Delete(k interface{})
- func (m *MapIntByte) Dereference() Value
- func (m MapIntByte) Equals(other Equatable) bool
- func (m MapIntByte) Get(k interface{}) interface{}
- func (m MapIntByte) GetCheck(k interface{}) (interface{}, bool)
- func (m MapIntByte) KeyValues() [][2]interface{}
- func (m MapIntByte) Keys() []interface{}
- func (m MapIntByte) Len() int
- func (m MapIntByte) Make(c int) Map
- func (m MapIntByte) NotEquals(other Equatable) bool
- func (m MapIntByte) Reference() Pointer
- func (m MapIntByte) Set(k, v interface{})
- type MapIntComplex128
- func (m MapIntComplex128) Delete(k interface{})
- func (m *MapIntComplex128) Dereference() Value
- func (m MapIntComplex128) Equals(other Equatable) bool
- func (m MapIntComplex128) Get(k interface{}) interface{}
- func (m MapIntComplex128) GetCheck(k interface{}) (interface{}, bool)
- func (m MapIntComplex128) KeyValues() [][2]interface{}
- func (m MapIntComplex128) Keys() []interface{}
- func (m MapIntComplex128) Len() int
- func (m MapIntComplex128) Make(c int) Map
- func (m MapIntComplex128) NotEquals(other Equatable) bool
- func (m MapIntComplex128) Reference() Pointer
- func (m MapIntComplex128) Set(k, v interface{})
- type MapIntComplex64
- func (m MapIntComplex64) Delete(k interface{})
- func (m *MapIntComplex64) Dereference() Value
- func (m MapIntComplex64) Equals(other Equatable) bool
- func (m MapIntComplex64) Get(k interface{}) interface{}
- func (m MapIntComplex64) GetCheck(k interface{}) (interface{}, bool)
- func (m MapIntComplex64) KeyValues() [][2]interface{}
- func (m MapIntComplex64) Keys() []interface{}
- func (m MapIntComplex64) Len() int
- func (m MapIntComplex64) Make(c int) Map
- func (m MapIntComplex64) NotEquals(other Equatable) bool
- func (m MapIntComplex64) Reference() Pointer
- func (m MapIntComplex64) Set(k, v interface{})
- type MapIntFloat32
- func (m MapIntFloat32) Delete(k interface{})
- func (m *MapIntFloat32) Dereference() Value
- func (m MapIntFloat32) Equals(other Equatable) bool
- func (m MapIntFloat32) Get(k interface{}) interface{}
- func (m MapIntFloat32) GetCheck(k interface{}) (interface{}, bool)
- func (m MapIntFloat32) KeyValues() [][2]interface{}
- func (m MapIntFloat32) Keys() []interface{}
- func (m MapIntFloat32) Len() int
- func (m MapIntFloat32) Make(c int) Map
- func (m MapIntFloat32) NotEquals(other Equatable) bool
- func (m MapIntFloat32) Reference() Pointer
- func (m MapIntFloat32) Set(k, v interface{})
- type MapIntFloat64
- func (m MapIntFloat64) Delete(k interface{})
- func (m *MapIntFloat64) Dereference() Value
- func (m MapIntFloat64) Equals(other Equatable) bool
- func (m MapIntFloat64) Get(k interface{}) interface{}
- func (m MapIntFloat64) GetCheck(k interface{}) (interface{}, bool)
- func (m MapIntFloat64) KeyValues() [][2]interface{}
- func (m MapIntFloat64) Keys() []interface{}
- func (m MapIntFloat64) Len() int
- func (m MapIntFloat64) Make(c int) Map
- func (m MapIntFloat64) NotEquals(other Equatable) bool
- func (m MapIntFloat64) Reference() Pointer
- func (m MapIntFloat64) Set(k, v interface{})
- type MapIntInt
- func (m MapIntInt) Delete(k interface{})
- func (m *MapIntInt) Dereference() Value
- func (m MapIntInt) Equals(other Equatable) bool
- func (m MapIntInt) Get(k interface{}) interface{}
- func (m MapIntInt) GetCheck(k interface{}) (interface{}, bool)
- func (m MapIntInt) KeyValues() [][2]interface{}
- func (m MapIntInt) Keys() []interface{}
- func (m MapIntInt) Len() int
- func (m MapIntInt) Make(c int) Map
- func (m MapIntInt) NotEquals(other Equatable) bool
- func (m MapIntInt) Reference() Pointer
- func (m MapIntInt) Set(k, v interface{})
- type MapIntInt16
- func (m MapIntInt16) Delete(k interface{})
- func (m *MapIntInt16) Dereference() Value
- func (m MapIntInt16) Equals(other Equatable) bool
- func (m MapIntInt16) Get(k interface{}) interface{}
- func (m MapIntInt16) GetCheck(k interface{}) (interface{}, bool)
- func (m MapIntInt16) KeyValues() [][2]interface{}
- func (m MapIntInt16) Keys() []interface{}
- func (m MapIntInt16) Len() int
- func (m MapIntInt16) Make(c int) Map
- func (m MapIntInt16) NotEquals(other Equatable) bool
- func (m MapIntInt16) Reference() Pointer
- func (m MapIntInt16) Set(k, v interface{})
- type MapIntInt32
- func (m MapIntInt32) Delete(k interface{})
- func (m *MapIntInt32) Dereference() Value
- func (m MapIntInt32) Equals(other Equatable) bool
- func (m MapIntInt32) Get(k interface{}) interface{}
- func (m MapIntInt32) GetCheck(k interface{}) (interface{}, bool)
- func (m MapIntInt32) KeyValues() [][2]interface{}
- func (m MapIntInt32) Keys() []interface{}
- func (m MapIntInt32) Len() int
- func (m MapIntInt32) Make(c int) Map
- func (m MapIntInt32) NotEquals(other Equatable) bool
- func (m MapIntInt32) Reference() Pointer
- func (m MapIntInt32) Set(k, v interface{})
- type MapIntInt64
- func (m MapIntInt64) Delete(k interface{})
- func (m *MapIntInt64) Dereference() Value
- func (m MapIntInt64) Equals(other Equatable) bool
- func (m MapIntInt64) Get(k interface{}) interface{}
- func (m MapIntInt64) GetCheck(k interface{}) (interface{}, bool)
- func (m MapIntInt64) KeyValues() [][2]interface{}
- func (m MapIntInt64) Keys() []interface{}
- func (m MapIntInt64) Len() int
- func (m MapIntInt64) Make(c int) Map
- func (m MapIntInt64) NotEquals(other Equatable) bool
- func (m MapIntInt64) Reference() Pointer
- func (m MapIntInt64) Set(k, v interface{})
- type MapIntInt8
- func (m MapIntInt8) Delete(k interface{})
- func (m *MapIntInt8) Dereference() Value
- func (m MapIntInt8) Equals(other Equatable) bool
- func (m MapIntInt8) Get(k interface{}) interface{}
- func (m MapIntInt8) GetCheck(k interface{}) (interface{}, bool)
- func (m MapIntInt8) KeyValues() [][2]interface{}
- func (m MapIntInt8) Keys() []interface{}
- func (m MapIntInt8) Len() int
- func (m MapIntInt8) Make(c int) Map
- func (m MapIntInt8) NotEquals(other Equatable) bool
- func (m MapIntInt8) Reference() Pointer
- func (m MapIntInt8) Set(k, v interface{})
- type MapIntInterface
- func (m MapIntInterface) Delete(k interface{})
- func (m *MapIntInterface) Dereference() Value
- func (m MapIntInterface) Equals(other Equatable) bool
- func (m MapIntInterface) Get(k interface{}) interface{}
- func (m MapIntInterface) GetCheck(k interface{}) (interface{}, bool)
- func (m MapIntInterface) KeyValues() [][2]interface{}
- func (m MapIntInterface) Keys() []interface{}
- func (m MapIntInterface) Len() int
- func (m MapIntInterface) Make(c int) Map
- func (m MapIntInterface) NotEquals(other Equatable) bool
- func (m MapIntInterface) Reference() Pointer
- func (m MapIntInterface) Set(k, v interface{})
- type MapIntRune
- func (m MapIntRune) Delete(k interface{})
- func (m *MapIntRune) Dereference() Value
- func (m MapIntRune) Equals(other Equatable) bool
- func (m MapIntRune) Get(k interface{}) interface{}
- func (m MapIntRune) GetCheck(k interface{}) (interface{}, bool)
- func (m MapIntRune) KeyValues() [][2]interface{}
- func (m MapIntRune) Keys() []interface{}
- func (m MapIntRune) Len() int
- func (m MapIntRune) Make(c int) Map
- func (m MapIntRune) NotEquals(other Equatable) bool
- func (m MapIntRune) Reference() Pointer
- func (m MapIntRune) Set(k, v interface{})
- type MapIntString
- func (m MapIntString) Delete(k interface{})
- func (m *MapIntString) Dereference() Value
- func (m MapIntString) Equals(other Equatable) bool
- func (m MapIntString) Get(k interface{}) interface{}
- func (m MapIntString) GetCheck(k interface{}) (interface{}, bool)
- func (m MapIntString) KeyValues() [][2]interface{}
- func (m MapIntString) Keys() []interface{}
- func (m MapIntString) Len() int
- func (m MapIntString) Make(c int) Map
- func (m MapIntString) NotEquals(other Equatable) bool
- func (m MapIntString) Reference() Pointer
- func (m MapIntString) Set(k, v interface{})
- type MapIntStruct
- func (m MapIntStruct) Delete(k interface{})
- func (m *MapIntStruct) Dereference() Value
- func (m MapIntStruct) Equals(other Equatable) bool
- func (m MapIntStruct) Get(k interface{}) interface{}
- func (m MapIntStruct) GetCheck(k interface{}) (interface{}, bool)
- func (m MapIntStruct) KeyValues() [][2]interface{}
- func (m MapIntStruct) Keys() []interface{}
- func (m MapIntStruct) Len() int
- func (m MapIntStruct) Make(c int) Map
- func (m MapIntStruct) NotEquals(other Equatable) bool
- func (m MapIntStruct) Reference() Pointer
- func (m MapIntStruct) Set(k, v interface{})
- type MapIntUint
- func (m MapIntUint) Delete(k interface{})
- func (m *MapIntUint) Dereference() Value
- func (m MapIntUint) Equals(other Equatable) bool
- func (m MapIntUint) Get(k interface{}) interface{}
- func (m MapIntUint) GetCheck(k interface{}) (interface{}, bool)
- func (m MapIntUint) KeyValues() [][2]interface{}
- func (m MapIntUint) Keys() []interface{}
- func (m MapIntUint) Len() int
- func (m MapIntUint) Make(c int) Map
- func (m MapIntUint) NotEquals(other Equatable) bool
- func (m MapIntUint) Reference() Pointer
- func (m MapIntUint) Set(k, v interface{})
- type MapIntUint16
- func (m MapIntUint16) Delete(k interface{})
- func (m *MapIntUint16) Dereference() Value
- func (m MapIntUint16) Equals(other Equatable) bool
- func (m MapIntUint16) Get(k interface{}) interface{}
- func (m MapIntUint16) GetCheck(k interface{}) (interface{}, bool)
- func (m MapIntUint16) KeyValues() [][2]interface{}
- func (m MapIntUint16) Keys() []interface{}
- func (m MapIntUint16) Len() int
- func (m MapIntUint16) Make(c int) Map
- func (m MapIntUint16) NotEquals(other Equatable) bool
- func (m MapIntUint16) Reference() Pointer
- func (m MapIntUint16) Set(k, v interface{})
- type MapIntUint32
- func (m MapIntUint32) Delete(k interface{})
- func (m *MapIntUint32) Dereference() Value
- func (m MapIntUint32) Equals(other Equatable) bool
- func (m MapIntUint32) Get(k interface{}) interface{}
- func (m MapIntUint32) GetCheck(k interface{}) (interface{}, bool)
- func (m MapIntUint32) KeyValues() [][2]interface{}
- func (m MapIntUint32) Keys() []interface{}
- func (m MapIntUint32) Len() int
- func (m MapIntUint32) Make(c int) Map
- func (m MapIntUint32) NotEquals(other Equatable) bool
- func (m MapIntUint32) Reference() Pointer
- func (m MapIntUint32) Set(k, v interface{})
- type MapIntUint64
- func (m MapIntUint64) Delete(k interface{})
- func (m *MapIntUint64) Dereference() Value
- func (m MapIntUint64) Equals(other Equatable) bool
- func (m MapIntUint64) Get(k interface{}) interface{}
- func (m MapIntUint64) GetCheck(k interface{}) (interface{}, bool)
- func (m MapIntUint64) KeyValues() [][2]interface{}
- func (m MapIntUint64) Keys() []interface{}
- func (m MapIntUint64) Len() int
- func (m MapIntUint64) Make(c int) Map
- func (m MapIntUint64) NotEquals(other Equatable) bool
- func (m MapIntUint64) Reference() Pointer
- func (m MapIntUint64) Set(k, v interface{})
- type MapIntUint8
- func (m MapIntUint8) Delete(k interface{})
- func (m *MapIntUint8) Dereference() Value
- func (m MapIntUint8) Equals(other Equatable) bool
- func (m MapIntUint8) Get(k interface{}) interface{}
- func (m MapIntUint8) GetCheck(k interface{}) (interface{}, bool)
- func (m MapIntUint8) KeyValues() [][2]interface{}
- func (m MapIntUint8) Keys() []interface{}
- func (m MapIntUint8) Len() int
- func (m MapIntUint8) Make(c int) Map
- func (m MapIntUint8) NotEquals(other Equatable) bool
- func (m MapIntUint8) Reference() Pointer
- func (m MapIntUint8) Set(k, v interface{})
- type MapIntUintptr
- func (m MapIntUintptr) Delete(k interface{})
- func (m *MapIntUintptr) Dereference() Value
- func (m MapIntUintptr) Equals(other Equatable) bool
- func (m MapIntUintptr) Get(k interface{}) interface{}
- func (m MapIntUintptr) GetCheck(k interface{}) (interface{}, bool)
- func (m MapIntUintptr) KeyValues() [][2]interface{}
- func (m MapIntUintptr) Keys() []interface{}
- func (m MapIntUintptr) Len() int
- func (m MapIntUintptr) Make(c int) Map
- func (m MapIntUintptr) NotEquals(other Equatable) bool
- func (m MapIntUintptr) Reference() Pointer
- func (m MapIntUintptr) Set(k, v interface{})
- type MapInterfaceBool
- func (m MapInterfaceBool) Delete(k interface{})
- func (m *MapInterfaceBool) Dereference() Value
- func (m MapInterfaceBool) Equals(other Equatable) bool
- func (m MapInterfaceBool) Get(k interface{}) interface{}
- func (m MapInterfaceBool) GetCheck(k interface{}) (interface{}, bool)
- func (m MapInterfaceBool) KeyValues() [][2]interface{}
- func (m MapInterfaceBool) Keys() []interface{}
- func (m MapInterfaceBool) Len() int
- func (m MapInterfaceBool) Make(c int) Map
- func (m MapInterfaceBool) NotEquals(other Equatable) bool
- func (m MapInterfaceBool) Reference() Pointer
- func (m MapInterfaceBool) Set(k, v interface{})
- type MapInterfaceInt
- func (m MapInterfaceInt) Delete(k interface{})
- func (m *MapInterfaceInt) Dereference() Value
- func (m MapInterfaceInt) Equals(other Equatable) bool
- func (m MapInterfaceInt) Get(k interface{}) interface{}
- func (m MapInterfaceInt) GetCheck(k interface{}) (interface{}, bool)
- func (m MapInterfaceInt) KeyValues() [][2]interface{}
- func (m MapInterfaceInt) Keys() []interface{}
- func (m MapInterfaceInt) Len() int
- func (m MapInterfaceInt) Make(c int) Map
- func (m MapInterfaceInt) NotEquals(other Equatable) bool
- func (m MapInterfaceInt) Reference() Pointer
- func (m MapInterfaceInt) Set(k, v interface{})
- type MapInterfaceInterface
- func (m MapInterfaceInterface) Delete(k interface{})
- func (m *MapInterfaceInterface) Dereference() Value
- func (m MapInterfaceInterface) Equals(other Equatable) bool
- func (m MapInterfaceInterface) Get(k interface{}) interface{}
- func (m MapInterfaceInterface) GetCheck(k interface{}) (interface{}, bool)
- func (m MapInterfaceInterface) KeyValues() [][2]interface{}
- func (m MapInterfaceInterface) Keys() []interface{}
- func (m MapInterfaceInterface) Len() int
- func (m MapInterfaceInterface) Make(c int) Map
- func (m MapInterfaceInterface) NotEquals(other Equatable) bool
- func (m MapInterfaceInterface) Reference() Pointer
- func (m MapInterfaceInterface) Set(k, v interface{})
- type MapInterfaceString
- func (m MapInterfaceString) Delete(k interface{})
- func (m *MapInterfaceString) Dereference() Value
- func (m MapInterfaceString) Equals(other Equatable) bool
- func (m MapInterfaceString) Get(k interface{}) interface{}
- func (m MapInterfaceString) GetCheck(k interface{}) (interface{}, bool)
- func (m MapInterfaceString) KeyValues() [][2]interface{}
- func (m MapInterfaceString) Keys() []interface{}
- func (m MapInterfaceString) Len() int
- func (m MapInterfaceString) Make(c int) Map
- func (m MapInterfaceString) NotEquals(other Equatable) bool
- func (m MapInterfaceString) Reference() Pointer
- func (m MapInterfaceString) Set(k, v interface{})
- type MapInterfaceStruct
- func (m MapInterfaceStruct) Delete(k interface{})
- func (m *MapInterfaceStruct) Dereference() Value
- func (m MapInterfaceStruct) Equals(other Equatable) bool
- func (m MapInterfaceStruct) Get(k interface{}) interface{}
- func (m MapInterfaceStruct) GetCheck(k interface{}) (interface{}, bool)
- func (m MapInterfaceStruct) KeyValues() [][2]interface{}
- func (m MapInterfaceStruct) Keys() []interface{}
- func (m MapInterfaceStruct) Len() int
- func (m MapInterfaceStruct) Make(c int) Map
- func (m MapInterfaceStruct) NotEquals(other Equatable) bool
- func (m MapInterfaceStruct) Reference() Pointer
- func (m MapInterfaceStruct) Set(k, v interface{})
- type MapRuneInt
- func (m MapRuneInt) Delete(k interface{})
- func (m *MapRuneInt) Dereference() Value
- func (m MapRuneInt) Equals(other Equatable) bool
- func (m MapRuneInt) Get(k interface{}) interface{}
- func (m MapRuneInt) GetCheck(k interface{}) (interface{}, bool)
- func (m MapRuneInt) KeyValues() [][2]interface{}
- func (m MapRuneInt) Keys() []interface{}
- func (m MapRuneInt) Len() int
- func (m MapRuneInt) Make(c int) Map
- func (m MapRuneInt) NotEquals(other Equatable) bool
- func (m MapRuneInt) Reference() Pointer
- func (m MapRuneInt) Set(k, v interface{})
- type MapRuneString
- func (m MapRuneString) Delete(k interface{})
- func (m *MapRuneString) Dereference() Value
- func (m MapRuneString) Equals(other Equatable) bool
- func (m MapRuneString) Get(k interface{}) interface{}
- func (m MapRuneString) GetCheck(k interface{}) (interface{}, bool)
- func (m MapRuneString) KeyValues() [][2]interface{}
- func (m MapRuneString) Keys() []interface{}
- func (m MapRuneString) Len() int
- func (m MapRuneString) Make(c int) Map
- func (m MapRuneString) NotEquals(other Equatable) bool
- func (m MapRuneString) Reference() Pointer
- func (m MapRuneString) Set(k, v interface{})
- type MapRuneStruct
- func (m MapRuneStruct) Delete(k interface{})
- func (m *MapRuneStruct) Dereference() Value
- func (m MapRuneStruct) Equals(other Equatable) bool
- func (m MapRuneStruct) Get(k interface{}) interface{}
- func (m MapRuneStruct) GetCheck(k interface{}) (interface{}, bool)
- func (m MapRuneStruct) KeyValues() [][2]interface{}
- func (m MapRuneStruct) Keys() []interface{}
- func (m MapRuneStruct) Len() int
- func (m MapRuneStruct) Make(c int) Map
- func (m MapRuneStruct) NotEquals(other Equatable) bool
- func (m MapRuneStruct) Reference() Pointer
- func (m MapRuneStruct) Set(k, v interface{})
- type MapStringBool
- func (m MapStringBool) Delete(k interface{})
- func (m *MapStringBool) Dereference() Value
- func (m MapStringBool) Equals(other Equatable) bool
- func (m MapStringBool) Get(k interface{}) interface{}
- func (m MapStringBool) GetCheck(k interface{}) (interface{}, bool)
- func (m MapStringBool) KeyValues() [][2]interface{}
- func (m MapStringBool) Keys() []interface{}
- func (m MapStringBool) Len() int
- func (m MapStringBool) Make(c int) Map
- func (m MapStringBool) NotEquals(other Equatable) bool
- func (m MapStringBool) Reference() Pointer
- func (m MapStringBool) Set(k, v interface{})
- type MapStringByte
- func (m MapStringByte) Delete(k interface{})
- func (m *MapStringByte) Dereference() Value
- func (m MapStringByte) Equals(other Equatable) bool
- func (m MapStringByte) Get(k interface{}) interface{}
- func (m MapStringByte) GetCheck(k interface{}) (interface{}, bool)
- func (m MapStringByte) KeyValues() [][2]interface{}
- func (m MapStringByte) Keys() []interface{}
- func (m MapStringByte) Len() int
- func (m MapStringByte) Make(c int) Map
- func (m MapStringByte) NotEquals(other Equatable) bool
- func (m MapStringByte) Reference() Pointer
- func (m MapStringByte) Set(k, v interface{})
- type MapStringComplex128
- func (m MapStringComplex128) Delete(k interface{})
- func (m *MapStringComplex128) Dereference() Value
- func (m MapStringComplex128) Equals(other Equatable) bool
- func (m MapStringComplex128) Get(k interface{}) interface{}
- func (m MapStringComplex128) GetCheck(k interface{}) (interface{}, bool)
- func (m MapStringComplex128) KeyValues() [][2]interface{}
- func (m MapStringComplex128) Keys() []interface{}
- func (m MapStringComplex128) Len() int
- func (m MapStringComplex128) Make(c int) Map
- func (m MapStringComplex128) NotEquals(other Equatable) bool
- func (m MapStringComplex128) Reference() Pointer
- func (m MapStringComplex128) Set(k, v interface{})
- type MapStringComplex64
- func (m MapStringComplex64) Delete(k interface{})
- func (m *MapStringComplex64) Dereference() Value
- func (m MapStringComplex64) Equals(other Equatable) bool
- func (m MapStringComplex64) Get(k interface{}) interface{}
- func (m MapStringComplex64) GetCheck(k interface{}) (interface{}, bool)
- func (m MapStringComplex64) KeyValues() [][2]interface{}
- func (m MapStringComplex64) Keys() []interface{}
- func (m MapStringComplex64) Len() int
- func (m MapStringComplex64) Make(c int) Map
- func (m MapStringComplex64) NotEquals(other Equatable) bool
- func (m MapStringComplex64) Reference() Pointer
- func (m MapStringComplex64) Set(k, v interface{})
- type MapStringFloat32
- func (m MapStringFloat32) Delete(k interface{})
- func (m *MapStringFloat32) Dereference() Value
- func (m MapStringFloat32) Equals(other Equatable) bool
- func (m MapStringFloat32) Get(k interface{}) interface{}
- func (m MapStringFloat32) GetCheck(k interface{}) (interface{}, bool)
- func (m MapStringFloat32) KeyValues() [][2]interface{}
- func (m MapStringFloat32) Keys() []interface{}
- func (m MapStringFloat32) Len() int
- func (m MapStringFloat32) Make(c int) Map
- func (m MapStringFloat32) NotEquals(other Equatable) bool
- func (m MapStringFloat32) Reference() Pointer
- func (m MapStringFloat32) Set(k, v interface{})
- type MapStringFloat64
- func (m MapStringFloat64) Delete(k interface{})
- func (m *MapStringFloat64) Dereference() Value
- func (m MapStringFloat64) Equals(other Equatable) bool
- func (m MapStringFloat64) Get(k interface{}) interface{}
- func (m MapStringFloat64) GetCheck(k interface{}) (interface{}, bool)
- func (m MapStringFloat64) KeyValues() [][2]interface{}
- func (m MapStringFloat64) Keys() []interface{}
- func (m MapStringFloat64) Len() int
- func (m MapStringFloat64) Make(c int) Map
- func (m MapStringFloat64) NotEquals(other Equatable) bool
- func (m MapStringFloat64) Reference() Pointer
- func (m MapStringFloat64) Set(k, v interface{})
- type MapStringInt
- func (m MapStringInt) Delete(k interface{})
- func (m *MapStringInt) Dereference() Value
- func (m MapStringInt) Equals(other Equatable) bool
- func (m MapStringInt) Get(k interface{}) interface{}
- func (m MapStringInt) GetCheck(k interface{}) (interface{}, bool)
- func (m MapStringInt) KeyValues() [][2]interface{}
- func (m MapStringInt) Keys() []interface{}
- func (m MapStringInt) Len() int
- func (m MapStringInt) Make(c int) Map
- func (m MapStringInt) NotEquals(other Equatable) bool
- func (m MapStringInt) Reference() Pointer
- func (m MapStringInt) Set(k, v interface{})
- type MapStringInt16
- func (m MapStringInt16) Delete(k interface{})
- func (m *MapStringInt16) Dereference() Value
- func (m MapStringInt16) Equals(other Equatable) bool
- func (m MapStringInt16) Get(k interface{}) interface{}
- func (m MapStringInt16) GetCheck(k interface{}) (interface{}, bool)
- func (m MapStringInt16) KeyValues() [][2]interface{}
- func (m MapStringInt16) Keys() []interface{}
- func (m MapStringInt16) Len() int
- func (m MapStringInt16) Make(c int) Map
- func (m MapStringInt16) NotEquals(other Equatable) bool
- func (m MapStringInt16) Reference() Pointer
- func (m MapStringInt16) Set(k, v interface{})
- type MapStringInt32
- func (m MapStringInt32) Delete(k interface{})
- func (m *MapStringInt32) Dereference() Value
- func (m MapStringInt32) Equals(other Equatable) bool
- func (m MapStringInt32) Get(k interface{}) interface{}
- func (m MapStringInt32) GetCheck(k interface{}) (interface{}, bool)
- func (m MapStringInt32) KeyValues() [][2]interface{}
- func (m MapStringInt32) Keys() []interface{}
- func (m MapStringInt32) Len() int
- func (m MapStringInt32) Make(c int) Map
- func (m MapStringInt32) NotEquals(other Equatable) bool
- func (m MapStringInt32) Reference() Pointer
- func (m MapStringInt32) Set(k, v interface{})
- type MapStringInt64
- func (m MapStringInt64) Delete(k interface{})
- func (m *MapStringInt64) Dereference() Value
- func (m MapStringInt64) Equals(other Equatable) bool
- func (m MapStringInt64) Get(k interface{}) interface{}
- func (m MapStringInt64) GetCheck(k interface{}) (interface{}, bool)
- func (m MapStringInt64) KeyValues() [][2]interface{}
- func (m MapStringInt64) Keys() []interface{}
- func (m MapStringInt64) Len() int
- func (m MapStringInt64) Make(c int) Map
- func (m MapStringInt64) NotEquals(other Equatable) bool
- func (m MapStringInt64) Reference() Pointer
- func (m MapStringInt64) Set(k, v interface{})
- type MapStringInt8
- func (m MapStringInt8) Delete(k interface{})
- func (m *MapStringInt8) Dereference() Value
- func (m MapStringInt8) Equals(other Equatable) bool
- func (m MapStringInt8) Get(k interface{}) interface{}
- func (m MapStringInt8) GetCheck(k interface{}) (interface{}, bool)
- func (m MapStringInt8) KeyValues() [][2]interface{}
- func (m MapStringInt8) Keys() []interface{}
- func (m MapStringInt8) Len() int
- func (m MapStringInt8) Make(c int) Map
- func (m MapStringInt8) NotEquals(other Equatable) bool
- func (m MapStringInt8) Reference() Pointer
- func (m MapStringInt8) Set(k, v interface{})
- type MapStringInterface
- func (m MapStringInterface) Delete(k interface{})
- func (m *MapStringInterface) Dereference() Value
- func (m MapStringInterface) Equals(other Equatable) bool
- func (m MapStringInterface) Get(k interface{}) interface{}
- func (m MapStringInterface) GetCheck(k interface{}) (interface{}, bool)
- func (m MapStringInterface) KeyValues() [][2]interface{}
- func (m MapStringInterface) Keys() []interface{}
- func (m MapStringInterface) Len() int
- func (m MapStringInterface) Make(c int) Map
- func (m MapStringInterface) NotEquals(other Equatable) bool
- func (m MapStringInterface) Reference() Pointer
- func (m MapStringInterface) Set(k, v interface{})
- type MapStringRune
- func (m MapStringRune) Delete(k interface{})
- func (m *MapStringRune) Dereference() Value
- func (m MapStringRune) Equals(other Equatable) bool
- func (m MapStringRune) Get(k interface{}) interface{}
- func (m MapStringRune) GetCheck(k interface{}) (interface{}, bool)
- func (m MapStringRune) KeyValues() [][2]interface{}
- func (m MapStringRune) Keys() []interface{}
- func (m MapStringRune) Len() int
- func (m MapStringRune) Make(c int) Map
- func (m MapStringRune) NotEquals(other Equatable) bool
- func (m MapStringRune) Reference() Pointer
- func (m MapStringRune) Set(k, v interface{})
- type MapStringString
- func (m MapStringString) Delete(k interface{})
- func (m *MapStringString) Dereference() Value
- func (m MapStringString) Equals(other Equatable) bool
- func (m MapStringString) Get(k interface{}) interface{}
- func (m MapStringString) GetCheck(k interface{}) (interface{}, bool)
- func (m MapStringString) KeyValues() [][2]interface{}
- func (m MapStringString) Keys() []interface{}
- func (m MapStringString) Len() int
- func (m MapStringString) Make(c int) Map
- func (m MapStringString) NotEquals(other Equatable) bool
- func (m MapStringString) Reference() Pointer
- func (m MapStringString) Set(k, v interface{})
- type MapStringStruct
- func (m MapStringStruct) Delete(k interface{})
- func (m *MapStringStruct) Dereference() Value
- func (m MapStringStruct) Equals(other Equatable) bool
- func (m MapStringStruct) Get(k interface{}) interface{}
- func (m MapStringStruct) GetCheck(k interface{}) (interface{}, bool)
- func (m MapStringStruct) KeyValues() [][2]interface{}
- func (m MapStringStruct) Keys() []interface{}
- func (m MapStringStruct) Len() int
- func (m MapStringStruct) Make(c int) Map
- func (m MapStringStruct) NotEquals(other Equatable) bool
- func (m MapStringStruct) Reference() Pointer
- func (m MapStringStruct) Set(k, v interface{})
- type MapStringUint
- func (m MapStringUint) Delete(k interface{})
- func (m *MapStringUint) Dereference() Value
- func (m MapStringUint) Equals(other Equatable) bool
- func (m MapStringUint) Get(k interface{}) interface{}
- func (m MapStringUint) GetCheck(k interface{}) (interface{}, bool)
- func (m MapStringUint) KeyValues() [][2]interface{}
- func (m MapStringUint) Keys() []interface{}
- func (m MapStringUint) Len() int
- func (m MapStringUint) Make(c int) Map
- func (m MapStringUint) NotEquals(other Equatable) bool
- func (m MapStringUint) Reference() Pointer
- func (m MapStringUint) Set(k, v interface{})
- type MapStringUint16
- func (m MapStringUint16) Delete(k interface{})
- func (m *MapStringUint16) Dereference() Value
- func (m MapStringUint16) Equals(other Equatable) bool
- func (m MapStringUint16) Get(k interface{}) interface{}
- func (m MapStringUint16) GetCheck(k interface{}) (interface{}, bool)
- func (m MapStringUint16) KeyValues() [][2]interface{}
- func (m MapStringUint16) Keys() []interface{}
- func (m MapStringUint16) Len() int
- func (m MapStringUint16) Make(c int) Map
- func (m MapStringUint16) NotEquals(other Equatable) bool
- func (m MapStringUint16) Reference() Pointer
- func (m MapStringUint16) Set(k, v interface{})
- type MapStringUint32
- func (m MapStringUint32) Delete(k interface{})
- func (m *MapStringUint32) Dereference() Value
- func (m MapStringUint32) Equals(other Equatable) bool
- func (m MapStringUint32) Get(k interface{}) interface{}
- func (m MapStringUint32) GetCheck(k interface{}) (interface{}, bool)
- func (m MapStringUint32) KeyValues() [][2]interface{}
- func (m MapStringUint32) Keys() []interface{}
- func (m MapStringUint32) Len() int
- func (m MapStringUint32) Make(c int) Map
- func (m MapStringUint32) NotEquals(other Equatable) bool
- func (m MapStringUint32) Reference() Pointer
- func (m MapStringUint32) Set(k, v interface{})
- type MapStringUint64
- func (m MapStringUint64) Delete(k interface{})
- func (m *MapStringUint64) Dereference() Value
- func (m MapStringUint64) Equals(other Equatable) bool
- func (m MapStringUint64) Get(k interface{}) interface{}
- func (m MapStringUint64) GetCheck(k interface{}) (interface{}, bool)
- func (m MapStringUint64) KeyValues() [][2]interface{}
- func (m MapStringUint64) Keys() []interface{}
- func (m MapStringUint64) Len() int
- func (m MapStringUint64) Make(c int) Map
- func (m MapStringUint64) NotEquals(other Equatable) bool
- func (m MapStringUint64) Reference() Pointer
- func (m MapStringUint64) Set(k, v interface{})
- type MapStringUint8
- func (m MapStringUint8) Delete(k interface{})
- func (m *MapStringUint8) Dereference() Value
- func (m MapStringUint8) Equals(other Equatable) bool
- func (m MapStringUint8) Get(k interface{}) interface{}
- func (m MapStringUint8) GetCheck(k interface{}) (interface{}, bool)
- func (m MapStringUint8) KeyValues() [][2]interface{}
- func (m MapStringUint8) Keys() []interface{}
- func (m MapStringUint8) Len() int
- func (m MapStringUint8) Make(c int) Map
- func (m MapStringUint8) NotEquals(other Equatable) bool
- func (m MapStringUint8) Reference() Pointer
- func (m MapStringUint8) Set(k, v interface{})
- type MapStringUintptr
- func (m MapStringUintptr) Delete(k interface{})
- func (m *MapStringUintptr) Dereference() Value
- func (m MapStringUintptr) Equals(other Equatable) bool
- func (m MapStringUintptr) Get(k interface{}) interface{}
- func (m MapStringUintptr) GetCheck(k interface{}) (interface{}, bool)
- func (m MapStringUintptr) KeyValues() [][2]interface{}
- func (m MapStringUintptr) Keys() []interface{}
- func (m MapStringUintptr) Len() int
- func (m MapStringUintptr) Make(c int) Map
- func (m MapStringUintptr) NotEquals(other Equatable) bool
- func (m MapStringUintptr) Reference() Pointer
- func (m MapStringUintptr) Set(k, v interface{})
- type MapUint16Int
- func (m MapUint16Int) Delete(k interface{})
- func (m *MapUint16Int) Dereference() Value
- func (m MapUint16Int) Equals(other Equatable) bool
- func (m MapUint16Int) Get(k interface{}) interface{}
- func (m MapUint16Int) GetCheck(k interface{}) (interface{}, bool)
- func (m MapUint16Int) KeyValues() [][2]interface{}
- func (m MapUint16Int) Keys() []interface{}
- func (m MapUint16Int) Len() int
- func (m MapUint16Int) Make(c int) Map
- func (m MapUint16Int) NotEquals(other Equatable) bool
- func (m MapUint16Int) Reference() Pointer
- func (m MapUint16Int) Set(k, v interface{})
- type MapUint16String
- func (m MapUint16String) Delete(k interface{})
- func (m *MapUint16String) Dereference() Value
- func (m MapUint16String) Equals(other Equatable) bool
- func (m MapUint16String) Get(k interface{}) interface{}
- func (m MapUint16String) GetCheck(k interface{}) (interface{}, bool)
- func (m MapUint16String) KeyValues() [][2]interface{}
- func (m MapUint16String) Keys() []interface{}
- func (m MapUint16String) Len() int
- func (m MapUint16String) Make(c int) Map
- func (m MapUint16String) NotEquals(other Equatable) bool
- func (m MapUint16String) Reference() Pointer
- func (m MapUint16String) Set(k, v interface{})
- type MapUint16Struct
- func (m MapUint16Struct) Delete(k interface{})
- func (m *MapUint16Struct) Dereference() Value
- func (m MapUint16Struct) Equals(other Equatable) bool
- func (m MapUint16Struct) Get(k interface{}) interface{}
- func (m MapUint16Struct) GetCheck(k interface{}) (interface{}, bool)
- func (m MapUint16Struct) KeyValues() [][2]interface{}
- func (m MapUint16Struct) Keys() []interface{}
- func (m MapUint16Struct) Len() int
- func (m MapUint16Struct) Make(c int) Map
- func (m MapUint16Struct) NotEquals(other Equatable) bool
- func (m MapUint16Struct) Reference() Pointer
- func (m MapUint16Struct) Set(k, v interface{})
- type MapUint32Int
- func (m MapUint32Int) Delete(k interface{})
- func (m *MapUint32Int) Dereference() Value
- func (m MapUint32Int) Equals(other Equatable) bool
- func (m MapUint32Int) Get(k interface{}) interface{}
- func (m MapUint32Int) GetCheck(k interface{}) (interface{}, bool)
- func (m MapUint32Int) KeyValues() [][2]interface{}
- func (m MapUint32Int) Keys() []interface{}
- func (m MapUint32Int) Len() int
- func (m MapUint32Int) Make(c int) Map
- func (m MapUint32Int) NotEquals(other Equatable) bool
- func (m MapUint32Int) Reference() Pointer
- func (m MapUint32Int) Set(k, v interface{})
- type MapUint32String
- func (m MapUint32String) Delete(k interface{})
- func (m *MapUint32String) Dereference() Value
- func (m MapUint32String) Equals(other Equatable) bool
- func (m MapUint32String) Get(k interface{}) interface{}
- func (m MapUint32String) GetCheck(k interface{}) (interface{}, bool)
- func (m MapUint32String) KeyValues() [][2]interface{}
- func (m MapUint32String) Keys() []interface{}
- func (m MapUint32String) Len() int
- func (m MapUint32String) Make(c int) Map
- func (m MapUint32String) NotEquals(other Equatable) bool
- func (m MapUint32String) Reference() Pointer
- func (m MapUint32String) Set(k, v interface{})
- type MapUint32Struct
- func (m MapUint32Struct) Delete(k interface{})
- func (m *MapUint32Struct) Dereference() Value
- func (m MapUint32Struct) Equals(other Equatable) bool
- func (m MapUint32Struct) Get(k interface{}) interface{}
- func (m MapUint32Struct) GetCheck(k interface{}) (interface{}, bool)
- func (m MapUint32Struct) KeyValues() [][2]interface{}
- func (m MapUint32Struct) Keys() []interface{}
- func (m MapUint32Struct) Len() int
- func (m MapUint32Struct) Make(c int) Map
- func (m MapUint32Struct) NotEquals(other Equatable) bool
- func (m MapUint32Struct) Reference() Pointer
- func (m MapUint32Struct) Set(k, v interface{})
- type MapUint64Int
- func (m MapUint64Int) Delete(k interface{})
- func (m *MapUint64Int) Dereference() Value
- func (m MapUint64Int) Equals(other Equatable) bool
- func (m MapUint64Int) Get(k interface{}) interface{}
- func (m MapUint64Int) GetCheck(k interface{}) (interface{}, bool)
- func (m MapUint64Int) KeyValues() [][2]interface{}
- func (m MapUint64Int) Keys() []interface{}
- func (m MapUint64Int) Len() int
- func (m MapUint64Int) Make(c int) Map
- func (m MapUint64Int) NotEquals(other Equatable) bool
- func (m MapUint64Int) Reference() Pointer
- func (m MapUint64Int) Set(k, v interface{})
- type MapUint64String
- func (m MapUint64String) Delete(k interface{})
- func (m *MapUint64String) Dereference() Value
- func (m MapUint64String) Equals(other Equatable) bool
- func (m MapUint64String) Get(k interface{}) interface{}
- func (m MapUint64String) GetCheck(k interface{}) (interface{}, bool)
- func (m MapUint64String) KeyValues() [][2]interface{}
- func (m MapUint64String) Keys() []interface{}
- func (m MapUint64String) Len() int
- func (m MapUint64String) Make(c int) Map
- func (m MapUint64String) NotEquals(other Equatable) bool
- func (m MapUint64String) Reference() Pointer
- func (m MapUint64String) Set(k, v interface{})
- type MapUint64Struct
- func (m MapUint64Struct) Delete(k interface{})
- func (m *MapUint64Struct) Dereference() Value
- func (m MapUint64Struct) Equals(other Equatable) bool
- func (m MapUint64Struct) Get(k interface{}) interface{}
- func (m MapUint64Struct) GetCheck(k interface{}) (interface{}, bool)
- func (m MapUint64Struct) KeyValues() [][2]interface{}
- func (m MapUint64Struct) Keys() []interface{}
- func (m MapUint64Struct) Len() int
- func (m MapUint64Struct) Make(c int) Map
- func (m MapUint64Struct) NotEquals(other Equatable) bool
- func (m MapUint64Struct) Reference() Pointer
- func (m MapUint64Struct) Set(k, v interface{})
- type MapUint8Int
- func (m MapUint8Int) Delete(k interface{})
- func (m *MapUint8Int) Dereference() Value
- func (m MapUint8Int) Equals(other Equatable) bool
- func (m MapUint8Int) Get(k interface{}) interface{}
- func (m MapUint8Int) GetCheck(k interface{}) (interface{}, bool)
- func (m MapUint8Int) KeyValues() [][2]interface{}
- func (m MapUint8Int) Keys() []interface{}
- func (m MapUint8Int) Len() int
- func (m MapUint8Int) Make(c int) Map
- func (m MapUint8Int) NotEquals(other Equatable) bool
- func (m MapUint8Int) Reference() Pointer
- func (m MapUint8Int) Set(k, v interface{})
- type MapUint8String
- func (m MapUint8String) Delete(k interface{})
- func (m *MapUint8String) Dereference() Value
- func (m MapUint8String) Equals(other Equatable) bool
- func (m MapUint8String) Get(k interface{}) interface{}
- func (m MapUint8String) GetCheck(k interface{}) (interface{}, bool)
- func (m MapUint8String) KeyValues() [][2]interface{}
- func (m MapUint8String) Keys() []interface{}
- func (m MapUint8String) Len() int
- func (m MapUint8String) Make(c int) Map
- func (m MapUint8String) NotEquals(other Equatable) bool
- func (m MapUint8String) Reference() Pointer
- func (m MapUint8String) Set(k, v interface{})
- type MapUint8Struct
- func (m MapUint8Struct) Delete(k interface{})
- func (m *MapUint8Struct) Dereference() Value
- func (m MapUint8Struct) Equals(other Equatable) bool
- func (m MapUint8Struct) Get(k interface{}) interface{}
- func (m MapUint8Struct) GetCheck(k interface{}) (interface{}, bool)
- func (m MapUint8Struct) KeyValues() [][2]interface{}
- func (m MapUint8Struct) Keys() []interface{}
- func (m MapUint8Struct) Len() int
- func (m MapUint8Struct) Make(c int) Map
- func (m MapUint8Struct) NotEquals(other Equatable) bool
- func (m MapUint8Struct) Reference() Pointer
- func (m MapUint8Struct) Set(k, v interface{})
- type MapUintInt
- func (m MapUintInt) Delete(k interface{})
- func (m *MapUintInt) Dereference() Value
- func (m MapUintInt) Equals(other Equatable) bool
- func (m MapUintInt) Get(k interface{}) interface{}
- func (m MapUintInt) GetCheck(k interface{}) (interface{}, bool)
- func (m MapUintInt) KeyValues() [][2]interface{}
- func (m MapUintInt) Keys() []interface{}
- func (m MapUintInt) Len() int
- func (m MapUintInt) Make(c int) Map
- func (m MapUintInt) NotEquals(other Equatable) bool
- func (m MapUintInt) Reference() Pointer
- func (m MapUintInt) Set(k, v interface{})
- type MapUintString
- func (m MapUintString) Delete(k interface{})
- func (m *MapUintString) Dereference() Value
- func (m MapUintString) Equals(other Equatable) bool
- func (m MapUintString) Get(k interface{}) interface{}
- func (m MapUintString) GetCheck(k interface{}) (interface{}, bool)
- func (m MapUintString) KeyValues() [][2]interface{}
- func (m MapUintString) Keys() []interface{}
- func (m MapUintString) Len() int
- func (m MapUintString) Make(c int) Map
- func (m MapUintString) NotEquals(other Equatable) bool
- func (m MapUintString) Reference() Pointer
- func (m MapUintString) Set(k, v interface{})
- type MapUintStruct
- func (m MapUintStruct) Delete(k interface{})
- func (m *MapUintStruct) Dereference() Value
- func (m MapUintStruct) Equals(other Equatable) bool
- func (m MapUintStruct) Get(k interface{}) interface{}
- func (m MapUintStruct) GetCheck(k interface{}) (interface{}, bool)
- func (m MapUintStruct) KeyValues() [][2]interface{}
- func (m MapUintStruct) Keys() []interface{}
- func (m MapUintStruct) Len() int
- func (m MapUintStruct) Make(c int) Map
- func (m MapUintStruct) NotEquals(other Equatable) bool
- func (m MapUintStruct) Reference() Pointer
- func (m MapUintStruct) Set(k, v interface{})
- type MapUintptrInt
- func (m MapUintptrInt) Delete(k interface{})
- func (m *MapUintptrInt) Dereference() Value
- func (m MapUintptrInt) Equals(other Equatable) bool
- func (m MapUintptrInt) Get(k interface{}) interface{}
- func (m MapUintptrInt) GetCheck(k interface{}) (interface{}, bool)
- func (m MapUintptrInt) KeyValues() [][2]interface{}
- func (m MapUintptrInt) Keys() []interface{}
- func (m MapUintptrInt) Len() int
- func (m MapUintptrInt) Make(c int) Map
- func (m MapUintptrInt) NotEquals(other Equatable) bool
- func (m MapUintptrInt) Reference() Pointer
- func (m MapUintptrInt) Set(k, v interface{})
- type MapUintptrString
- func (m MapUintptrString) Delete(k interface{})
- func (m *MapUintptrString) Dereference() Value
- func (m MapUintptrString) Equals(other Equatable) bool
- func (m MapUintptrString) Get(k interface{}) interface{}
- func (m MapUintptrString) GetCheck(k interface{}) (interface{}, bool)
- func (m MapUintptrString) KeyValues() [][2]interface{}
- func (m MapUintptrString) Keys() []interface{}
- func (m MapUintptrString) Len() int
- func (m MapUintptrString) Make(c int) Map
- func (m MapUintptrString) NotEquals(other Equatable) bool
- func (m MapUintptrString) Reference() Pointer
- func (m MapUintptrString) Set(k, v interface{})
- type MapUintptrStruct
- func (m MapUintptrStruct) Delete(k interface{})
- func (m *MapUintptrStruct) Dereference() Value
- func (m MapUintptrStruct) Equals(other Equatable) bool
- func (m MapUintptrStruct) Get(k interface{}) interface{}
- func (m MapUintptrStruct) GetCheck(k interface{}) (interface{}, bool)
- func (m MapUintptrStruct) KeyValues() [][2]interface{}
- func (m MapUintptrStruct) Keys() []interface{}
- func (m MapUintptrStruct) Len() int
- func (m MapUintptrStruct) Make(c int) Map
- func (m MapUintptrStruct) NotEquals(other Equatable) bool
- func (m MapUintptrStruct) Reference() Pointer
- func (m MapUintptrStruct) Set(k, v interface{})
- type Number
- type Pointer
- type Predicate
- type Queue
- type Rune
- func (r Rune) Add(n Number) Number
- func (r Rune) And(other Integer) Integer
- func (r Rune) AndNot(other Integer) Integer
- func (r *Rune) Dereference() Value
- func (r Rune) Divide(other Number) Number
- func (r Rune) Equals(other Equatable) bool
- func (r Rune) Greater(other Comparable) bool
- func (r Rune) GreaterEqual(other Comparable) bool
- func (r Rune) Left(n uint) Integer
- func (r Rune) Less(other Comparable) bool
- func (r Rune) LessEqual(other Comparable) bool
- func (r Rune) Modulo(other Integer) Integer
- func (r Rune) Multiply(other Number) Number
- func (r Rune) Negate() Number
- func (r Rune) Not() Integer
- func (r Rune) NotEquals(other Equatable) bool
- func (r Rune) Or(other Integer) Integer
- func (r Rune) Reference() Pointer
- func (r Rune) Right(n uint) Integer
- func (r Rune) Subtract(other Number) Number
- func (r Rune) Xor(other Integer) Integer
- type Set
- type Signal
- type Slice
- func SliceDequeue(s Slice) (Slice, interface{})
- func SliceDrop(s Slice, n int) Slice
- func SliceDropEnd(s Slice, n int) Slice
- func SliceDropWhile(s Slice, f func(interface{}) bool) Slice
- func SliceDropWhileEnd(s Slice, f func(interface{}) bool) Slice
- func SliceEnqueue(s Slice, v interface{}) Slice
- func SliceFilter(s Slice, f func(interface{}) bool) Slice
- func SliceMap(s Slice, f func(interface{}) interface{}) Slice
- func SlicePop(s Slice) (Slice, interface{})
- func SlicePush(s Slice, v interface{}) Slice
- func SliceTail(s Slice) Slice
- type SliceBool
- func (s SliceBool) Append(v ...interface{}) Slice
- func (s SliceBool) AppendSlice(other Slice) Slice
- func (s SliceBool) Cap() int
- func (s SliceBool) Copy(other Slice) int
- func (s *SliceBool) Dereference() Value
- func (s SliceBool) Equals(other Equatable) bool
- func (s SliceBool) Get(i int) interface{}
- func (s SliceBool) GetRange(i, j int) Slice
- func (s SliceBool) GetRangeCap(i, j, c int) Slice
- func (s SliceBool) Len() int
- func (s SliceBool) Make(l, c int) Slice
- func (s SliceBool) NotEquals(other Equatable) bool
- func (s SliceBool) Reference() Pointer
- func (s SliceBool) Set(i int, v interface{})
- type SliceByte
- func (s SliceByte) Append(v ...interface{}) Slice
- func (s SliceByte) AppendSlice(other Slice) Slice
- func (s SliceByte) Cap() int
- func (s SliceByte) Copy(other Slice) int
- func (s *SliceByte) Dereference() Value
- func (s SliceByte) Equals(other Equatable) bool
- func (s SliceByte) Get(i int) interface{}
- func (s SliceByte) GetRange(i, j int) Slice
- func (s SliceByte) GetRangeCap(i, j, c int) Slice
- func (s SliceByte) Len() int
- func (s SliceByte) Less(i, j int) bool
- func (s SliceByte) Make(l, c int) Slice
- func (s SliceByte) NotEquals(other Equatable) bool
- func (s SliceByte) Reference() Pointer
- func (s SliceByte) Set(i int, v interface{})
- func (s SliceByte) Swap(i, j int)
- type SliceComplex128
- func (s SliceComplex128) Append(v ...interface{}) Slice
- func (s SliceComplex128) AppendSlice(other Slice) Slice
- func (s SliceComplex128) Cap() int
- func (s SliceComplex128) Copy(other Slice) int
- func (s *SliceComplex128) Dereference() Value
- func (s SliceComplex128) Equals(other Equatable) bool
- func (s SliceComplex128) Get(i int) interface{}
- func (s SliceComplex128) GetRange(i, j int) Slice
- func (s SliceComplex128) GetRangeCap(i, j, c int) Slice
- func (s SliceComplex128) Len() int
- func (s SliceComplex128) Make(l, c int) Slice
- func (s SliceComplex128) NotEquals(other Equatable) bool
- func (s SliceComplex128) Reference() Pointer
- func (s SliceComplex128) Set(i int, v interface{})
- type SliceComplex64
- func (s SliceComplex64) Append(v ...interface{}) Slice
- func (s SliceComplex64) AppendSlice(other Slice) Slice
- func (s SliceComplex64) Cap() int
- func (s SliceComplex64) Copy(other Slice) int
- func (s *SliceComplex64) Dereference() Value
- func (s SliceComplex64) Equals(other Equatable) bool
- func (s SliceComplex64) Get(i int) interface{}
- func (s SliceComplex64) GetRange(i, j int) Slice
- func (s SliceComplex64) GetRangeCap(i, j, c int) Slice
- func (s SliceComplex64) Len() int
- func (s SliceComplex64) Make(l, c int) Slice
- func (s SliceComplex64) NotEquals(other Equatable) bool
- func (s SliceComplex64) Reference() Pointer
- func (s SliceComplex64) Set(i int, v interface{})
- type SliceFloat32
- func (s SliceFloat32) Append(v ...interface{}) Slice
- func (s SliceFloat32) AppendSlice(other Slice) Slice
- func (s SliceFloat32) Cap() int
- func (s SliceFloat32) Copy(other Slice) int
- func (s *SliceFloat32) Dereference() Value
- func (s SliceFloat32) Equals(other Equatable) bool
- func (s SliceFloat32) Get(i int) interface{}
- func (s SliceFloat32) GetRange(i, j int) Slice
- func (s SliceFloat32) GetRangeCap(i, j, c int) Slice
- func (s SliceFloat32) Len() int
- func (s SliceFloat32) Less(i, j int) bool
- func (s SliceFloat32) Make(l, c int) Slice
- func (s SliceFloat32) NotEquals(other Equatable) bool
- func (s SliceFloat32) Reference() Pointer
- func (s SliceFloat32) Set(i int, v interface{})
- func (s SliceFloat32) Swap(i, j int)
- type SliceFloat64
- func (s SliceFloat64) Append(v ...interface{}) Slice
- func (s SliceFloat64) AppendSlice(other Slice) Slice
- func (s SliceFloat64) Cap() int
- func (s SliceFloat64) Copy(other Slice) int
- func (s *SliceFloat64) Dereference() Value
- func (s SliceFloat64) Equals(other Equatable) bool
- func (s SliceFloat64) Get(i int) interface{}
- func (s SliceFloat64) GetRange(i, j int) Slice
- func (s SliceFloat64) GetRangeCap(i, j, c int) Slice
- func (s SliceFloat64) Len() int
- func (s SliceFloat64) Less(i, j int) bool
- func (s SliceFloat64) Make(l, c int) Slice
- func (s SliceFloat64) NotEquals(other Equatable) bool
- func (s SliceFloat64) Reference() Pointer
- func (s SliceFloat64) Set(i int, v interface{})
- func (s SliceFloat64) Swap(i, j int)
- type SliceInt
- func (s SliceInt) Append(v ...interface{}) Slice
- func (s SliceInt) AppendSlice(other Slice) Slice
- func (s SliceInt) Cap() int
- func (s SliceInt) Copy(other Slice) int
- func (s *SliceInt) Dereference() Value
- func (s SliceInt) Equals(other Equatable) bool
- func (s SliceInt) Get(i int) interface{}
- func (s SliceInt) GetRange(i, j int) Slice
- func (s SliceInt) GetRangeCap(i, j, c int) Slice
- func (s SliceInt) Len() int
- func (s SliceInt) Less(i, j int) bool
- func (s SliceInt) Make(l, c int) Slice
- func (s SliceInt) NotEquals(other Equatable) bool
- func (s SliceInt) Reference() Pointer
- func (s SliceInt) Set(i int, v interface{})
- func (s SliceInt) Swap(i, j int)
- type SliceInt16
- func (s SliceInt16) Append(v ...interface{}) Slice
- func (s SliceInt16) AppendSlice(other Slice) Slice
- func (s SliceInt16) Cap() int
- func (s SliceInt16) Copy(other Slice) int
- func (s *SliceInt16) Dereference() Value
- func (s SliceInt16) Equals(other Equatable) bool
- func (s SliceInt16) Get(i int) interface{}
- func (s SliceInt16) GetRange(i, j int) Slice
- func (s SliceInt16) GetRangeCap(i, j, c int) Slice
- func (s SliceInt16) Len() int
- func (s SliceInt16) Less(i, j int) bool
- func (s SliceInt16) Make(l, c int) Slice
- func (s SliceInt16) NotEquals(other Equatable) bool
- func (s SliceInt16) Reference() Pointer
- func (s SliceInt16) Set(i int, v interface{})
- func (s SliceInt16) Swap(i, j int)
- type SliceInt32
- func (s SliceInt32) Append(v ...interface{}) Slice
- func (s SliceInt32) AppendSlice(other Slice) Slice
- func (s SliceInt32) Cap() int
- func (s SliceInt32) Copy(other Slice) int
- func (s *SliceInt32) Dereference() Value
- func (s SliceInt32) Equals(other Equatable) bool
- func (s SliceInt32) Get(i int) interface{}
- func (s SliceInt32) GetRange(i, j int) Slice
- func (s SliceInt32) GetRangeCap(i, j, c int) Slice
- func (s SliceInt32) Len() int
- func (s SliceInt32) Less(i, j int) bool
- func (s SliceInt32) Make(l, c int) Slice
- func (s SliceInt32) NotEquals(other Equatable) bool
- func (s SliceInt32) Reference() Pointer
- func (s SliceInt32) Set(i int, v interface{})
- func (s SliceInt32) Swap(i, j int)
- type SliceInt64
- func (s SliceInt64) Append(v ...interface{}) Slice
- func (s SliceInt64) AppendSlice(other Slice) Slice
- func (s SliceInt64) Cap() int
- func (s SliceInt64) Copy(other Slice) int
- func (s *SliceInt64) Dereference() Value
- func (s SliceInt64) Equals(other Equatable) bool
- func (s SliceInt64) Get(i int) interface{}
- func (s SliceInt64) GetRange(i, j int) Slice
- func (s SliceInt64) GetRangeCap(i, j, c int) Slice
- func (s SliceInt64) Len() int
- func (s SliceInt64) Less(i, j int) bool
- func (s SliceInt64) Make(l, c int) Slice
- func (s SliceInt64) NotEquals(other Equatable) bool
- func (s SliceInt64) Reference() Pointer
- func (s SliceInt64) Set(i int, v interface{})
- func (s SliceInt64) Swap(i, j int)
- type SliceInt8
- func (s SliceInt8) Append(v ...interface{}) Slice
- func (s SliceInt8) AppendSlice(other Slice) Slice
- func (s SliceInt8) Cap() int
- func (s SliceInt8) Copy(other Slice) int
- func (s *SliceInt8) Dereference() Value
- func (s SliceInt8) Equals(other Equatable) bool
- func (s SliceInt8) Get(i int) interface{}
- func (s SliceInt8) GetRange(i, j int) Slice
- func (s SliceInt8) GetRangeCap(i, j, c int) Slice
- func (s SliceInt8) Len() int
- func (s SliceInt8) Less(i, j int) bool
- func (s SliceInt8) Make(l, c int) Slice
- func (s SliceInt8) NotEquals(other Equatable) bool
- func (s SliceInt8) Reference() Pointer
- func (s SliceInt8) Set(i int, v interface{})
- func (s SliceInt8) Swap(i, j int)
- type SliceInterface
- func (s SliceInterface) Append(v ...interface{}) Slice
- func (s SliceInterface) AppendSlice(other Slice) Slice
- func (s SliceInterface) Cap() int
- func (s SliceInterface) Copy(other Slice) int
- func (s *SliceInterface) Dereference() Value
- func (s SliceInterface) Equals(other Equatable) bool
- func (s SliceInterface) Get(i int) interface{}
- func (s SliceInterface) GetRange(i, j int) Slice
- func (s SliceInterface) GetRangeCap(i, j, c int) Slice
- func (s SliceInterface) Len() int
- func (s SliceInterface) Make(l, c int) Slice
- func (s SliceInterface) NotEquals(other Equatable) bool
- func (s SliceInterface) Reference() Pointer
- func (s SliceInterface) Set(i int, v interface{})
- type SliceRune
- func (s SliceRune) Append(v ...interface{}) Slice
- func (s SliceRune) AppendSlice(other Slice) Slice
- func (s SliceRune) Cap() int
- func (s SliceRune) Copy(other Slice) int
- func (s *SliceRune) Dereference() Value
- func (s SliceRune) Equals(other Equatable) bool
- func (s SliceRune) Get(i int) interface{}
- func (s SliceRune) GetRange(i, j int) Slice
- func (s SliceRune) GetRangeCap(i, j, c int) Slice
- func (s SliceRune) Len() int
- func (s SliceRune) Less(i, j int) bool
- func (s SliceRune) Make(l, c int) Slice
- func (s SliceRune) NotEquals(other Equatable) bool
- func (s SliceRune) Reference() Pointer
- func (s SliceRune) Set(i int, v interface{})
- func (s SliceRune) Swap(i, j int)
- type SliceString
- func (s SliceString) Append(v ...interface{}) Slice
- func (s SliceString) AppendSlice(other Slice) Slice
- func (s SliceString) Cap() int
- func (s SliceString) Copy(other Slice) int
- func (s *SliceString) Dereference() Value
- func (s SliceString) Equals(other Equatable) bool
- func (s SliceString) Get(i int) interface{}
- func (s SliceString) GetRange(i, j int) Slice
- func (s SliceString) GetRangeCap(i, j, c int) Slice
- func (s SliceString) Len() int
- func (s SliceString) Less(i, j int) bool
- func (s SliceString) Make(l, c int) Slice
- func (s SliceString) NotEquals(other Equatable) bool
- func (s SliceString) Reference() Pointer
- func (s SliceString) Set(i int, v interface{})
- func (s SliceString) Swap(i, j int)
- type SliceUint
- func (s SliceUint) Append(v ...interface{}) Slice
- func (s SliceUint) AppendSlice(other Slice) Slice
- func (s SliceUint) Cap() int
- func (s SliceUint) Copy(other Slice) int
- func (s *SliceUint) Dereference() Value
- func (s SliceUint) Equals(other Equatable) bool
- func (s SliceUint) Get(i int) interface{}
- func (s SliceUint) GetRange(i, j int) Slice
- func (s SliceUint) GetRangeCap(i, j, c int) Slice
- func (s SliceUint) Len() int
- func (s SliceUint) Less(i, j int) bool
- func (s SliceUint) Make(l, c int) Slice
- func (s SliceUint) NotEquals(other Equatable) bool
- func (s SliceUint) Reference() Pointer
- func (s SliceUint) Set(i int, v interface{})
- func (s SliceUint) Swap(i, j int)
- type SliceUint16
- func (s SliceUint16) Append(v ...interface{}) Slice
- func (s SliceUint16) AppendSlice(other Slice) Slice
- func (s SliceUint16) Cap() int
- func (s SliceUint16) Copy(other Slice) int
- func (s *SliceUint16) Dereference() Value
- func (s SliceUint16) Equals(other Equatable) bool
- func (s SliceUint16) Get(i int) interface{}
- func (s SliceUint16) GetRange(i, j int) Slice
- func (s SliceUint16) GetRangeCap(i, j, c int) Slice
- func (s SliceUint16) Len() int
- func (s SliceUint16) Less(i, j int) bool
- func (s SliceUint16) Make(l, c int) Slice
- func (s SliceUint16) NotEquals(other Equatable) bool
- func (s SliceUint16) Reference() Pointer
- func (s SliceUint16) Set(i int, v interface{})
- func (s SliceUint16) Swap(i, j int)
- type SliceUint32
- func (s SliceUint32) Append(v ...interface{}) Slice
- func (s SliceUint32) AppendSlice(other Slice) Slice
- func (s SliceUint32) Cap() int
- func (s SliceUint32) Copy(other Slice) int
- func (s *SliceUint32) Dereference() Value
- func (s SliceUint32) Equals(other Equatable) bool
- func (s SliceUint32) Get(i int) interface{}
- func (s SliceUint32) GetRange(i, j int) Slice
- func (s SliceUint32) GetRangeCap(i, j, c int) Slice
- func (s SliceUint32) Len() int
- func (s SliceUint32) Less(i, j int) bool
- func (s SliceUint32) Make(l, c int) Slice
- func (s SliceUint32) NotEquals(other Equatable) bool
- func (s SliceUint32) Reference() Pointer
- func (s SliceUint32) Set(i int, v interface{})
- func (s SliceUint32) Swap(i, j int)
- type SliceUint64
- func (s SliceUint64) Append(v ...interface{}) Slice
- func (s SliceUint64) AppendSlice(other Slice) Slice
- func (s SliceUint64) Cap() int
- func (s SliceUint64) Copy(other Slice) int
- func (s *SliceUint64) Dereference() Value
- func (s SliceUint64) Equals(other Equatable) bool
- func (s SliceUint64) Get(i int) interface{}
- func (s SliceUint64) GetRange(i, j int) Slice
- func (s SliceUint64) GetRangeCap(i, j, c int) Slice
- func (s SliceUint64) Len() int
- func (s SliceUint64) Less(i, j int) bool
- func (s SliceUint64) Make(l, c int) Slice
- func (s SliceUint64) NotEquals(other Equatable) bool
- func (s SliceUint64) Reference() Pointer
- func (s SliceUint64) Set(i int, v interface{})
- func (s SliceUint64) Swap(i, j int)
- type SliceUint8
- func (s SliceUint8) Append(v ...interface{}) Slice
- func (s SliceUint8) AppendSlice(other Slice) Slice
- func (s SliceUint8) Cap() int
- func (s SliceUint8) Copy(other Slice) int
- func (s *SliceUint8) Dereference() Value
- func (s SliceUint8) Equals(other Equatable) bool
- func (s SliceUint8) Get(i int) interface{}
- func (s SliceUint8) GetRange(i, j int) Slice
- func (s SliceUint8) GetRangeCap(i, j, c int) Slice
- func (s SliceUint8) Len() int
- func (s SliceUint8) Less(i, j int) bool
- func (s SliceUint8) Make(l, c int) Slice
- func (s SliceUint8) NotEquals(other Equatable) bool
- func (s SliceUint8) Reference() Pointer
- func (s SliceUint8) Set(i int, v interface{})
- func (s SliceUint8) Swap(i, j int)
- type SliceUintptr
- func (s SliceUintptr) Append(v ...interface{}) Slice
- func (s SliceUintptr) AppendSlice(other Slice) Slice
- func (s SliceUintptr) Cap() int
- func (s SliceUintptr) Copy(other Slice) int
- func (s *SliceUintptr) Dereference() Value
- func (s SliceUintptr) Equals(other Equatable) bool
- func (s SliceUintptr) Get(i int) interface{}
- func (s SliceUintptr) GetRange(i, j int) Slice
- func (s SliceUintptr) GetRangeCap(i, j, c int) Slice
- func (s SliceUintptr) Len() int
- func (s SliceUintptr) Less(i, j int) bool
- func (s SliceUintptr) Make(l, c int) Slice
- func (s SliceUintptr) NotEquals(other Equatable) bool
- func (s SliceUintptr) Reference() Pointer
- func (s SliceUintptr) Set(i int, v interface{})
- func (s SliceUintptr) Swap(i, j int)
- type Stack
- type String
- func (s String) Concat(other String) String
- func (s *String) Dereference() Value
- func (s String) Equals(other Equatable) bool
- func (s String) Greater(other Comparable) bool
- func (s String) GreaterEqual(other Comparable) bool
- func (s String) Less(other Comparable) bool
- func (s String) LessEqual(other Comparable) bool
- func (s String) NotEquals(other Equatable) bool
- func (s String) Reference() Pointer
- type Tuple2
- type Tuple3
- type Tuple4
- func (t *Tuple4) Dereference() Value
- func (t Tuple4) Equals(other Equatable) bool
- func (t Tuple4) First() interface{}
- func (t Tuple4) Fourth() interface{}
- func (t Tuple4) NotEquals(other Equatable) bool
- func (t Tuple4) Reference() Pointer
- func (t Tuple4) Second() interface{}
- func (t Tuple4) Third() interface{}
- type Tuple5
- func (t *Tuple5) Dereference() Value
- func (t Tuple5) Equals(other Equatable) bool
- func (t Tuple5) Fifth() interface{}
- func (t Tuple5) First() interface{}
- func (t Tuple5) Fourth() interface{}
- func (t Tuple5) NotEquals(other Equatable) bool
- func (t Tuple5) Reference() Pointer
- func (t Tuple5) Second() interface{}
- func (t Tuple5) Third() interface{}
- type Tuple6
- func (t *Tuple6) Dereference() Value
- func (t Tuple6) Equals(other Equatable) bool
- func (t Tuple6) Fifth() interface{}
- func (t Tuple6) First() interface{}
- func (t Tuple6) Fourth() interface{}
- func (t Tuple6) NotEquals(other Equatable) bool
- func (t Tuple6) Reference() Pointer
- func (t Tuple6) Second() interface{}
- func (t Tuple6) Sixth() interface{}
- func (t Tuple6) Third() interface{}
- type Tuple7
- func (t *Tuple7) Dereference() Value
- func (t Tuple7) Equals(other Equatable) bool
- func (t Tuple7) Fifth() interface{}
- func (t Tuple7) First() interface{}
- func (t Tuple7) Fourth() interface{}
- func (t Tuple7) NotEquals(other Equatable) bool
- func (t Tuple7) Reference() Pointer
- func (t Tuple7) Second() interface{}
- func (t Tuple7) Seventh() interface{}
- func (t Tuple7) Sixth() interface{}
- func (t Tuple7) Third() interface{}
- type Uint
- func (u Uint) Add(n Number) Number
- func (u Uint) And(other Integer) Integer
- func (u Uint) AndNot(other Integer) Integer
- func (u *Uint) Dereference() Value
- func (u Uint) Divide(other Number) Number
- func (u Uint) Equals(other Equatable) bool
- func (u Uint) Greater(other Comparable) bool
- func (u Uint) GreaterEqual(other Comparable) bool
- func (u Uint) Left(n uint) Integer
- func (u Uint) Less(other Comparable) bool
- func (u Uint) LessEqual(other Comparable) bool
- func (u Uint) Modulo(other Integer) Integer
- func (u Uint) Multiply(other Number) Number
- func (u Uint) Negate() Number
- func (u Uint) Not() Integer
- func (u Uint) NotEquals(other Equatable) bool
- func (u Uint) Or(other Integer) Integer
- func (u Uint) Reference() Pointer
- func (u Uint) Right(n uint) Integer
- func (u Uint) Subtract(other Number) Number
- func (u Uint) Xor(other Integer) Integer
- type Uint16
- func (u Uint16) Add(n Number) Number
- func (u Uint16) And(other Integer) Integer
- func (u Uint16) AndNot(other Integer) Integer
- func (u *Uint16) Dereference() Value
- func (u Uint16) Divide(other Number) Number
- func (u Uint16) Equals(other Equatable) bool
- func (u Uint16) Greater(other Comparable) bool
- func (u Uint16) GreaterEqual(other Comparable) bool
- func (u Uint16) Left(n uint) Integer
- func (u Uint16) Less(other Comparable) bool
- func (u Uint16) LessEqual(other Comparable) bool
- func (u Uint16) Modulo(other Integer) Integer
- func (u Uint16) Multiply(other Number) Number
- func (u Uint16) Negate() Number
- func (u Uint16) Not() Integer
- func (u Uint16) NotEquals(other Equatable) bool
- func (u Uint16) Or(other Integer) Integer
- func (u Uint16) Reference() Pointer
- func (u Uint16) Right(n uint) Integer
- func (u Uint16) Subtract(other Number) Number
- func (u Uint16) Xor(other Integer) Integer
- type Uint32
- func (u Uint32) Add(n Number) Number
- func (u Uint32) And(other Integer) Integer
- func (u Uint32) AndNot(other Integer) Integer
- func (u *Uint32) Dereference() Value
- func (u Uint32) Divide(other Number) Number
- func (u Uint32) Equals(other Equatable) bool
- func (u Uint32) Greater(other Comparable) bool
- func (u Uint32) GreaterEqual(other Comparable) bool
- func (u Uint32) Left(n uint) Integer
- func (u Uint32) Less(other Comparable) bool
- func (u Uint32) LessEqual(other Comparable) bool
- func (u Uint32) Modulo(other Integer) Integer
- func (u Uint32) Multiply(other Number) Number
- func (u Uint32) Negate() Number
- func (u Uint32) Not() Integer
- func (u Uint32) NotEquals(other Equatable) bool
- func (u Uint32) Or(other Integer) Integer
- func (u Uint32) Reference() Pointer
- func (u Uint32) Right(n uint) Integer
- func (u Uint32) Subtract(other Number) Number
- func (u Uint32) Xor(other Integer) Integer
- type Uint64
- func (u Uint64) Add(n Number) Number
- func (u Uint64) And(other Integer) Integer
- func (u Uint64) AndNot(other Integer) Integer
- func (u *Uint64) Dereference() Value
- func (u Uint64) Divide(other Number) Number
- func (u Uint64) Equals(other Equatable) bool
- func (u Uint64) Greater(other Comparable) bool
- func (u Uint64) GreaterEqual(other Comparable) bool
- func (u Uint64) Left(n uint) Integer
- func (u Uint64) Less(other Comparable) bool
- func (u Uint64) LessEqual(other Comparable) bool
- func (u Uint64) Modulo(other Integer) Integer
- func (u Uint64) Multiply(other Number) Number
- func (u Uint64) Negate() Number
- func (u Uint64) Not() Integer
- func (u Uint64) NotEquals(other Equatable) bool
- func (u Uint64) Or(other Integer) Integer
- func (u Uint64) Reference() Pointer
- func (u Uint64) Right(n uint) Integer
- func (u Uint64) Subtract(other Number) Number
- func (u Uint64) Xor(other Integer) Integer
- type Uint8
- func (u Uint8) Add(n Number) Number
- func (u Uint8) And(other Integer) Integer
- func (u Uint8) AndNot(other Integer) Integer
- func (u *Uint8) Dereference() Value
- func (u Uint8) Divide(other Number) Number
- func (u Uint8) Equals(other Equatable) bool
- func (u Uint8) Greater(other Comparable) bool
- func (u Uint8) GreaterEqual(other Comparable) bool
- func (u Uint8) Left(n uint) Integer
- func (u Uint8) Less(other Comparable) bool
- func (u Uint8) LessEqual(other Comparable) bool
- func (u Uint8) Modulo(other Integer) Integer
- func (u Uint8) Multiply(other Number) Number
- func (u Uint8) Negate() Number
- func (u Uint8) Not() Integer
- func (u Uint8) NotEquals(other Equatable) bool
- func (u Uint8) Or(other Integer) Integer
- func (u Uint8) Reference() Pointer
- func (u Uint8) Right(n uint) Integer
- func (u Uint8) Subtract(other Number) Number
- func (u Uint8) Xor(other Integer) Integer
- type Uintptr
- func (u Uintptr) Add(n Number) Number
- func (u Uintptr) And(other Integer) Integer
- func (u Uintptr) AndNot(other Integer) Integer
- func (u *Uintptr) Dereference() Value
- func (u Uintptr) Divide(other Number) Number
- func (u Uintptr) Equals(other Equatable) bool
- func (u Uintptr) Greater(other Comparable) bool
- func (u Uintptr) GreaterEqual(other Comparable) bool
- func (u Uintptr) Left(n uint) Integer
- func (u Uintptr) Less(other Comparable) bool
- func (u Uintptr) LessEqual(other Comparable) bool
- func (u Uintptr) Modulo(other Integer) Integer
- func (u Uintptr) Multiply(other Number) Number
- func (u Uintptr) Negate() Number
- func (u Uintptr) Not() Integer
- func (u Uintptr) NotEquals(other Equatable) bool
- func (u Uintptr) Or(other Integer) Integer
- func (u Uintptr) Reference() Pointer
- func (u Uintptr) Right(n uint) Integer
- func (u Uintptr) Subtract(other Number) Number
- func (u Uintptr) Xor(other Integer) Integer
- type Value
- type Vector
- type Worker
Constants ¶
This section is empty.
Variables ¶
var BoolZero = Bool(false)
BoolZero is the Bool zero value.
var ByteZero = Byte(0)
ByteZero is the Byte zero value.
var Complex128Zero = Complex128(0)
Complex128Zero is the Complex128 zero value.
var Complex64Zero = Complex64(0)
Complex64Zero is the Complex64 zero value.
var Float32Zero = Float32(0)
Float32Zero is the Float32 zero value.
var Float64Zero = Float64(0)
Float64Zero is the Float64 zero value.
var Int16Zero = Int16(0)
Int16Zero is the Int16 zero value.
var Int32Zero = Int32(0)
Int32Zero is the Int32 zero value.
var Int64Zero = Int64(0)
Int64Zero is the Int64 zero value.
var Int8Zero = Int8(0)
Int8Zero is the Int8 zero value.
var IntZero = Int(0)
IntZero is the Int zero value.
var RuneZero = Rune(0)
RuneZero is the Rune zero value.
var SliceBoolZero = SliceBool(nil)
SliceBoolZero is the SliceBool zero value.
var SliceByteZero = SliceByte(nil)
SliceByteZero is the SliceByte zero value.
var SliceComplex128Zero = SliceComplex128(nil)
SliceComplex128Zero is the SliceComplex128 zero value.
var SliceComplex64Zero = SliceComplex64(nil)
SliceComplex64Zero is the SliceComplex64 zero value.
var SliceFloat32Zero = SliceFloat32(nil)
SliceFloat32Zero is the SliceFloat32 zero value.
var SliceFloat64Zero = SliceFloat64(nil)
SliceFloat64Zero is the SliceFloat64 zero value.
var SliceInt16Zero = SliceInt16(nil)
SliceInt16Zero is the SliceInt16 zero value.
var SliceInt32Zero = SliceInt32(nil)
SliceInt32Zero is the SliceInt32 zero value.
var SliceInt64Zero = SliceInt64(nil)
SliceInt64Zero is the SliceInt64 zero value.
var SliceInt8Zero = SliceInt8(nil)
SliceInt8Zero is the SliceInt8 zero value.
var SliceIntZero = SliceInt(nil)
SliceIntZero is the SliceInt zero value.
var SliceInterfaceZero = SliceInterface(nil)
SliceInterfaceZero is the SliceInterface zero value.
var SliceRuneZero = SliceRune(nil)
SliceRuneZero is the SliceRune zero value.
var SliceStringZero = SliceString(nil)
SliceStringZero is the SliceString zero value.
var SliceUint16Zero = SliceUint16(nil)
SliceUint16Zero is the SliceUint16 zero value.
var SliceUint32Zero = SliceUint32(nil)
SliceUint32Zero is the SliceUint32 zero value.
var SliceUint64Zero = SliceUint64(nil)
SliceUint64Zero is the SliceUint64 zero value.
var SliceUint8Zero = SliceUint8(nil)
SliceUint8Zero is the SliceUint8 zero value.
var SliceUintZero = SliceUint(nil)
SliceUintZero is the SliceUint zero value.
var SliceUintptrZero = SliceUintptr(nil)
SliceUintptrZero is the SliceUintptr zero value.
var StringZero = String("")
StringZero is the String zero value.
var Uint16Zero = Uint16(0)
Uint16Zero is the Uint16 zero value.
var Uint32Zero = Uint32(0)
Uint32Zero is the Uint32 zero value.
var Uint64Zero = Uint64(0)
Uint64Zero is the Uint64 zero value.
var Uint8Zero = Uint8(0)
Uint8Zero is the Uint8 zero value.
var UintZero = Uint(0)
UintZero is the Uint zero value.
var UintptrZero = Uintptr(0)
UintptrZero is the Uintptr zero value.
Functions ¶
func AddResource ¶
func ChanEqual ¶
func ChanEqual(c, d ChanReceive) bool
func ChanEqualDeep ¶
func ChanEqualDeep(c, d ChanReceive) bool
func Difference ¶
func Difference(s, t Set)
func Equal ¶
func Equal(a, b interface{}) bool
Equal returns whether a and b are equal, using Equatable if possible.
func MacroFormat ¶
MacroFormat returns input formatted with go/format.
func MacroPreprocess ¶
MacroPreprocess returns input with generate comments stripped, identifiers of the form __My_ID__ renamed to {{.My_ID}}, and single-line comments beginning with a slash and multi-line comments beginning and ending with an asterisk replaced with their content.
func MacroProcess ¶
MacroProcess returns input ran as a text/template with name and data.
func MacroRun ¶
MacroRun calls MacroPreprocess, MacroProcess, and then MacroFormat with input and returns the result.
func NotEqual ¶
func NotEqual(a, b interface{}) bool
NotEqual returns whether a and b are not equal, using Equatable if possible.
func SliceContains ¶
SliceContains returns whether s contains v.
Types ¶
type Byte ¶
type Byte byte
Byte is a byte.
func (Byte) GreaterEqual ¶
func (b Byte) GreaterEqual(other Comparable) bool
GreaterEqual implements Comparable.
func (Byte) LessEqual ¶
func (b Byte) LessEqual(other Comparable) bool
LessEqual implements Comparable.
type Chan ¶
type Chan interface { Value // Cap returns the capacity. Cap() int // ChanReceive returns the receive channel. ChanReceive() ChanReceive // ChanSend returns the send channel. ChanSend() ChanSend // Close closes. Close() // Len returns the length. Len() int // Make returns a new chan with capacity c. Make(c int) Chan // Receive returns the next element. Receive() interface{} // ReceiveCheck returns the next element and whether there is a next element. ReceiveCheck() (interface{}, bool) // Send sends v. Send(v interface{}) }
Chan is a channel.
type ChanBool ¶
type ChanBool chan bool
ChanBool is a channel of bool.
func (ChanBool) ChanReceive ¶
func (c ChanBool) ChanReceive() ChanReceive
ChanReceive implements Chan.
func (ChanBool) ReceiveCheck ¶
ReceiveCheck implements Chan.
type ChanByte ¶
type ChanByte chan byte
ChanByte is a channel of byte.
func (ChanByte) ChanReceive ¶
func (c ChanByte) ChanReceive() ChanReceive
ChanReceive implements Chan.
func (ChanByte) ReceiveCheck ¶
ReceiveCheck implements Chan.
type ChanComplex128 ¶
type ChanComplex128 chan complex128
ChanComplex128 is a channel of complex128.
func (ChanComplex128) ChanReceive ¶
func (c ChanComplex128) ChanReceive() ChanReceive
ChanReceive implements Chan.
func (ChanComplex128) ChanSend ¶
func (c ChanComplex128) ChanSend() ChanSend
ChanSend implements Chan.
func (*ChanComplex128) Dereference ¶
func (c *ChanComplex128) Dereference() Value
Dereference implements Chan.
func (ChanComplex128) Receive ¶
func (c ChanComplex128) Receive() interface{}
Receive implements Chan.
func (ChanComplex128) ReceiveCheck ¶
func (c ChanComplex128) ReceiveCheck() (interface{}, bool)
ReceiveCheck implements Chan.
func (ChanComplex128) Reference ¶
func (c ChanComplex128) Reference() Pointer
Reference implements Chan.
type ChanComplex64 ¶
type ChanComplex64 chan complex64
ChanComplex64 is a channel of complex64.
func (ChanComplex64) ChanReceive ¶
func (c ChanComplex64) ChanReceive() ChanReceive
ChanReceive implements Chan.
func (ChanComplex64) ChanSend ¶
func (c ChanComplex64) ChanSend() ChanSend
ChanSend implements Chan.
func (*ChanComplex64) Dereference ¶
func (c *ChanComplex64) Dereference() Value
Dereference implements Chan.
func (ChanComplex64) Receive ¶
func (c ChanComplex64) Receive() interface{}
Receive implements Chan.
func (ChanComplex64) ReceiveCheck ¶
func (c ChanComplex64) ReceiveCheck() (interface{}, bool)
ReceiveCheck implements Chan.
func (ChanComplex64) Reference ¶
func (c ChanComplex64) Reference() Pointer
Reference implements Chan.
type ChanFloat32 ¶
type ChanFloat32 chan float32
ChanFloat32 is a channel of float32.
func (ChanFloat32) ChanReceive ¶
func (c ChanFloat32) ChanReceive() ChanReceive
ChanReceive implements Chan.
func (*ChanFloat32) Dereference ¶
func (c *ChanFloat32) Dereference() Value
Dereference implements Chan.
func (ChanFloat32) ReceiveCheck ¶
func (c ChanFloat32) ReceiveCheck() (interface{}, bool)
ReceiveCheck implements Chan.
type ChanFloat64 ¶
type ChanFloat64 chan float64
ChanFloat64 is a channel of float64.
func (ChanFloat64) ChanReceive ¶
func (c ChanFloat64) ChanReceive() ChanReceive
ChanReceive implements Chan.
func (*ChanFloat64) Dereference ¶
func (c *ChanFloat64) Dereference() Value
Dereference implements Chan.
func (ChanFloat64) ReceiveCheck ¶
func (c ChanFloat64) ReceiveCheck() (interface{}, bool)
ReceiveCheck implements Chan.
type ChanInt ¶
type ChanInt chan int
ChanInt is a channel of int.
func (ChanInt) ChanReceive ¶
func (c ChanInt) ChanReceive() ChanReceive
ChanReceive implements Chan.
func (ChanInt) ReceiveCheck ¶
ReceiveCheck implements Chan.
type ChanInt16 ¶
type ChanInt16 chan int16
ChanInt16 is a channel of int16.
func (ChanInt16) ChanReceive ¶
func (c ChanInt16) ChanReceive() ChanReceive
ChanReceive implements Chan.
func (*ChanInt16) Dereference ¶
Dereference implements Chan.
func (ChanInt16) ReceiveCheck ¶
ReceiveCheck implements Chan.
type ChanInt32 ¶
type ChanInt32 chan int32
ChanInt32 is a channel of int32.
func (ChanInt32) ChanReceive ¶
func (c ChanInt32) ChanReceive() ChanReceive
ChanReceive implements Chan.
func (*ChanInt32) Dereference ¶
Dereference implements Chan.
func (ChanInt32) ReceiveCheck ¶
ReceiveCheck implements Chan.
type ChanInt64 ¶
type ChanInt64 chan int64
ChanInt64 is a channel of int64.
func (ChanInt64) ChanReceive ¶
func (c ChanInt64) ChanReceive() ChanReceive
ChanReceive implements Chan.
func (*ChanInt64) Dereference ¶
Dereference implements Chan.
func (ChanInt64) ReceiveCheck ¶
ReceiveCheck implements Chan.
type ChanInt8 ¶
type ChanInt8 chan int8
ChanInt8 is a channel of int8.
func (ChanInt8) ChanReceive ¶
func (c ChanInt8) ChanReceive() ChanReceive
ChanReceive implements Chan.
func (ChanInt8) ReceiveCheck ¶
ReceiveCheck implements Chan.
type ChanInterface ¶
type ChanInterface chan interface{}
ChanInterface is a channel of interface{}.
func (ChanInterface) ChanReceive ¶
func (c ChanInterface) ChanReceive() ChanReceive
ChanReceive implements Chan.
func (ChanInterface) ChanSend ¶
func (c ChanInterface) ChanSend() ChanSend
ChanSend implements Chan.
func (*ChanInterface) Dereference ¶
func (c *ChanInterface) Dereference() Value
Dereference implements Chan.
func (ChanInterface) Receive ¶
func (c ChanInterface) Receive() interface{}
Receive implements Chan.
func (ChanInterface) ReceiveCheck ¶
func (c ChanInterface) ReceiveCheck() (interface{}, bool)
ReceiveCheck implements Chan.
func (ChanInterface) Reference ¶
func (c ChanInterface) Reference() Pointer
Reference implements Chan.
type ChanReceive ¶
type ChanReceive interface { Value // Cap returns the capacity. Cap() int // Len returns the length. Len() int // Make returns a new chan with capacity c. Make(c int) Chan // Receive returns the next element. Receive() interface{} // ReceiveCheck returns the next element and whether there is a next element. ReceiveCheck() (interface{}, bool) }
ChanReceive is a receive channel.
type ChanReceiveBool ¶
type ChanReceiveBool chan bool
ChanReceiveBool is a receive channel of bool.
func (*ChanReceiveBool) Dereference ¶
func (c *ChanReceiveBool) Dereference() Value
Dereference implements ChanReceive.
func (ChanReceiveBool) Make ¶
func (c ChanReceiveBool) Make(cap int) Chan
Make implements ChanReceive.
func (ChanReceiveBool) Receive ¶
func (c ChanReceiveBool) Receive() interface{}
Receive implements ChanReceive.
func (ChanReceiveBool) ReceiveCheck ¶
func (c ChanReceiveBool) ReceiveCheck() (interface{}, bool)
ReceiveCheck implements ChanReceive.
func (ChanReceiveBool) Reference ¶
func (c ChanReceiveBool) Reference() Pointer
Reference implements ChanReceive.
type ChanReceiveByte ¶
type ChanReceiveByte chan byte
ChanReceiveByte is a receive channel of byte.
func (*ChanReceiveByte) Dereference ¶
func (c *ChanReceiveByte) Dereference() Value
Dereference implements ChanReceive.
func (ChanReceiveByte) Make ¶
func (c ChanReceiveByte) Make(cap int) Chan
Make implements ChanReceive.
func (ChanReceiveByte) Receive ¶
func (c ChanReceiveByte) Receive() interface{}
Receive implements ChanReceive.
func (ChanReceiveByte) ReceiveCheck ¶
func (c ChanReceiveByte) ReceiveCheck() (interface{}, bool)
ReceiveCheck implements ChanReceive.
func (ChanReceiveByte) Reference ¶
func (c ChanReceiveByte) Reference() Pointer
Reference implements ChanReceive.
type ChanReceiveComplex128 ¶
type ChanReceiveComplex128 chan complex128
ChanReceiveComplex128 is a receive channel of complex128.
func (ChanReceiveComplex128) Cap ¶
func (c ChanReceiveComplex128) Cap() int
Cap implements ChanReceive.
func (*ChanReceiveComplex128) Dereference ¶
func (c *ChanReceiveComplex128) Dereference() Value
Dereference implements ChanReceive.
func (ChanReceiveComplex128) Len ¶
func (c ChanReceiveComplex128) Len() int
Len implements ChanReceive.
func (ChanReceiveComplex128) Make ¶
func (c ChanReceiveComplex128) Make(cap int) Chan
Make implements ChanReceive.
func (ChanReceiveComplex128) Receive ¶
func (c ChanReceiveComplex128) Receive() interface{}
Receive implements ChanReceive.
func (ChanReceiveComplex128) ReceiveCheck ¶
func (c ChanReceiveComplex128) ReceiveCheck() (interface{}, bool)
ReceiveCheck implements ChanReceive.
func (ChanReceiveComplex128) Reference ¶
func (c ChanReceiveComplex128) Reference() Pointer
Reference implements ChanReceive.
type ChanReceiveComplex64 ¶
type ChanReceiveComplex64 chan complex64
ChanReceiveComplex64 is a receive channel of complex64.
func (ChanReceiveComplex64) Cap ¶
func (c ChanReceiveComplex64) Cap() int
Cap implements ChanReceive.
func (*ChanReceiveComplex64) Dereference ¶
func (c *ChanReceiveComplex64) Dereference() Value
Dereference implements ChanReceive.
func (ChanReceiveComplex64) Len ¶
func (c ChanReceiveComplex64) Len() int
Len implements ChanReceive.
func (ChanReceiveComplex64) Make ¶
func (c ChanReceiveComplex64) Make(cap int) Chan
Make implements ChanReceive.
func (ChanReceiveComplex64) Receive ¶
func (c ChanReceiveComplex64) Receive() interface{}
Receive implements ChanReceive.
func (ChanReceiveComplex64) ReceiveCheck ¶
func (c ChanReceiveComplex64) ReceiveCheck() (interface{}, bool)
ReceiveCheck implements ChanReceive.
func (ChanReceiveComplex64) Reference ¶
func (c ChanReceiveComplex64) Reference() Pointer
Reference implements ChanReceive.
type ChanReceiveFloat32 ¶
type ChanReceiveFloat32 chan float32
ChanReceiveFloat32 is a receive channel of float32.
func (*ChanReceiveFloat32) Dereference ¶
func (c *ChanReceiveFloat32) Dereference() Value
Dereference implements ChanReceive.
func (ChanReceiveFloat32) Make ¶
func (c ChanReceiveFloat32) Make(cap int) Chan
Make implements ChanReceive.
func (ChanReceiveFloat32) Receive ¶
func (c ChanReceiveFloat32) Receive() interface{}
Receive implements ChanReceive.
func (ChanReceiveFloat32) ReceiveCheck ¶
func (c ChanReceiveFloat32) ReceiveCheck() (interface{}, bool)
ReceiveCheck implements ChanReceive.
func (ChanReceiveFloat32) Reference ¶
func (c ChanReceiveFloat32) Reference() Pointer
Reference implements ChanReceive.
type ChanReceiveFloat64 ¶
type ChanReceiveFloat64 chan float64
ChanReceiveFloat64 is a receive channel of float64.
func (*ChanReceiveFloat64) Dereference ¶
func (c *ChanReceiveFloat64) Dereference() Value
Dereference implements ChanReceive.
func (ChanReceiveFloat64) Make ¶
func (c ChanReceiveFloat64) Make(cap int) Chan
Make implements ChanReceive.
func (ChanReceiveFloat64) Receive ¶
func (c ChanReceiveFloat64) Receive() interface{}
Receive implements ChanReceive.
func (ChanReceiveFloat64) ReceiveCheck ¶
func (c ChanReceiveFloat64) ReceiveCheck() (interface{}, bool)
ReceiveCheck implements ChanReceive.
func (ChanReceiveFloat64) Reference ¶
func (c ChanReceiveFloat64) Reference() Pointer
Reference implements ChanReceive.
type ChanReceiveInt ¶
type ChanReceiveInt chan int
ChanReceiveInt is a receive channel of int.
func (*ChanReceiveInt) Dereference ¶
func (c *ChanReceiveInt) Dereference() Value
Dereference implements ChanReceive.
func (ChanReceiveInt) Make ¶
func (c ChanReceiveInt) Make(cap int) Chan
Make implements ChanReceive.
func (ChanReceiveInt) Receive ¶
func (c ChanReceiveInt) Receive() interface{}
Receive implements ChanReceive.
func (ChanReceiveInt) ReceiveCheck ¶
func (c ChanReceiveInt) ReceiveCheck() (interface{}, bool)
ReceiveCheck implements ChanReceive.
func (ChanReceiveInt) Reference ¶
func (c ChanReceiveInt) Reference() Pointer
Reference implements ChanReceive.
type ChanReceiveInt16 ¶
type ChanReceiveInt16 chan int16
ChanReceiveInt16 is a receive channel of int16.
func (*ChanReceiveInt16) Dereference ¶
func (c *ChanReceiveInt16) Dereference() Value
Dereference implements ChanReceive.
func (ChanReceiveInt16) Make ¶
func (c ChanReceiveInt16) Make(cap int) Chan
Make implements ChanReceive.
func (ChanReceiveInt16) Receive ¶
func (c ChanReceiveInt16) Receive() interface{}
Receive implements ChanReceive.
func (ChanReceiveInt16) ReceiveCheck ¶
func (c ChanReceiveInt16) ReceiveCheck() (interface{}, bool)
ReceiveCheck implements ChanReceive.
func (ChanReceiveInt16) Reference ¶
func (c ChanReceiveInt16) Reference() Pointer
Reference implements ChanReceive.
type ChanReceiveInt32 ¶
type ChanReceiveInt32 chan int32
ChanReceiveInt32 is a receive channel of int32.
func (*ChanReceiveInt32) Dereference ¶
func (c *ChanReceiveInt32) Dereference() Value
Dereference implements ChanReceive.
func (ChanReceiveInt32) Make ¶
func (c ChanReceiveInt32) Make(cap int) Chan
Make implements ChanReceive.
func (ChanReceiveInt32) Receive ¶
func (c ChanReceiveInt32) Receive() interface{}
Receive implements ChanReceive.
func (ChanReceiveInt32) ReceiveCheck ¶
func (c ChanReceiveInt32) ReceiveCheck() (interface{}, bool)
ReceiveCheck implements ChanReceive.
func (ChanReceiveInt32) Reference ¶
func (c ChanReceiveInt32) Reference() Pointer
Reference implements ChanReceive.
type ChanReceiveInt64 ¶
type ChanReceiveInt64 chan int64
ChanReceiveInt64 is a receive channel of int64.
func (*ChanReceiveInt64) Dereference ¶
func (c *ChanReceiveInt64) Dereference() Value
Dereference implements ChanReceive.
func (ChanReceiveInt64) Make ¶
func (c ChanReceiveInt64) Make(cap int) Chan
Make implements ChanReceive.
func (ChanReceiveInt64) Receive ¶
func (c ChanReceiveInt64) Receive() interface{}
Receive implements ChanReceive.
func (ChanReceiveInt64) ReceiveCheck ¶
func (c ChanReceiveInt64) ReceiveCheck() (interface{}, bool)
ReceiveCheck implements ChanReceive.
func (ChanReceiveInt64) Reference ¶
func (c ChanReceiveInt64) Reference() Pointer
Reference implements ChanReceive.
type ChanReceiveInt8 ¶
type ChanReceiveInt8 chan int8
ChanReceiveInt8 is a receive channel of int8.
func (*ChanReceiveInt8) Dereference ¶
func (c *ChanReceiveInt8) Dereference() Value
Dereference implements ChanReceive.
func (ChanReceiveInt8) Make ¶
func (c ChanReceiveInt8) Make(cap int) Chan
Make implements ChanReceive.
func (ChanReceiveInt8) Receive ¶
func (c ChanReceiveInt8) Receive() interface{}
Receive implements ChanReceive.
func (ChanReceiveInt8) ReceiveCheck ¶
func (c ChanReceiveInt8) ReceiveCheck() (interface{}, bool)
ReceiveCheck implements ChanReceive.
func (ChanReceiveInt8) Reference ¶
func (c ChanReceiveInt8) Reference() Pointer
Reference implements ChanReceive.
type ChanReceiveInterface ¶
type ChanReceiveInterface chan interface{}
ChanReceiveInterface is a receive channel of interface{}.
func (ChanReceiveInterface) Cap ¶
func (c ChanReceiveInterface) Cap() int
Cap implements ChanReceive.
func (*ChanReceiveInterface) Dereference ¶
func (c *ChanReceiveInterface) Dereference() Value
Dereference implements ChanReceive.
func (ChanReceiveInterface) Len ¶
func (c ChanReceiveInterface) Len() int
Len implements ChanReceive.
func (ChanReceiveInterface) Make ¶
func (c ChanReceiveInterface) Make(cap int) Chan
Make implements ChanReceive.
func (ChanReceiveInterface) Receive ¶
func (c ChanReceiveInterface) Receive() interface{}
Receive implements ChanReceive.
func (ChanReceiveInterface) ReceiveCheck ¶
func (c ChanReceiveInterface) ReceiveCheck() (interface{}, bool)
ReceiveCheck implements ChanReceive.
func (ChanReceiveInterface) Reference ¶
func (c ChanReceiveInterface) Reference() Pointer
Reference implements ChanReceive.
type ChanReceiveRune ¶
type ChanReceiveRune chan rune
ChanReceiveRune is a receive channel of rune.
func (*ChanReceiveRune) Dereference ¶
func (c *ChanReceiveRune) Dereference() Value
Dereference implements ChanReceive.
func (ChanReceiveRune) Make ¶
func (c ChanReceiveRune) Make(cap int) Chan
Make implements ChanReceive.
func (ChanReceiveRune) Receive ¶
func (c ChanReceiveRune) Receive() interface{}
Receive implements ChanReceive.
func (ChanReceiveRune) ReceiveCheck ¶
func (c ChanReceiveRune) ReceiveCheck() (interface{}, bool)
ReceiveCheck implements ChanReceive.
func (ChanReceiveRune) Reference ¶
func (c ChanReceiveRune) Reference() Pointer
Reference implements ChanReceive.
type ChanReceiveString ¶
type ChanReceiveString chan string
ChanReceiveString is a receive channel of string.
func (*ChanReceiveString) Dereference ¶
func (c *ChanReceiveString) Dereference() Value
Dereference implements ChanReceive.
func (ChanReceiveString) Make ¶
func (c ChanReceiveString) Make(cap int) Chan
Make implements ChanReceive.
func (ChanReceiveString) Receive ¶
func (c ChanReceiveString) Receive() interface{}
Receive implements ChanReceive.
func (ChanReceiveString) ReceiveCheck ¶
func (c ChanReceiveString) ReceiveCheck() (interface{}, bool)
ReceiveCheck implements ChanReceive.
func (ChanReceiveString) Reference ¶
func (c ChanReceiveString) Reference() Pointer
Reference implements ChanReceive.
type ChanReceiveUint ¶
type ChanReceiveUint chan uint
ChanReceiveUint is a receive channel of uint.
func (*ChanReceiveUint) Dereference ¶
func (c *ChanReceiveUint) Dereference() Value
Dereference implements ChanReceive.
func (ChanReceiveUint) Make ¶
func (c ChanReceiveUint) Make(cap int) Chan
Make implements ChanReceive.
func (ChanReceiveUint) Receive ¶
func (c ChanReceiveUint) Receive() interface{}
Receive implements ChanReceive.
func (ChanReceiveUint) ReceiveCheck ¶
func (c ChanReceiveUint) ReceiveCheck() (interface{}, bool)
ReceiveCheck implements ChanReceive.
func (ChanReceiveUint) Reference ¶
func (c ChanReceiveUint) Reference() Pointer
Reference implements ChanReceive.
type ChanReceiveUint16 ¶
type ChanReceiveUint16 chan uint16
ChanReceiveUint16 is a receive channel of uint16.
func (*ChanReceiveUint16) Dereference ¶
func (c *ChanReceiveUint16) Dereference() Value
Dereference implements ChanReceive.
func (ChanReceiveUint16) Make ¶
func (c ChanReceiveUint16) Make(cap int) Chan
Make implements ChanReceive.
func (ChanReceiveUint16) Receive ¶
func (c ChanReceiveUint16) Receive() interface{}
Receive implements ChanReceive.
func (ChanReceiveUint16) ReceiveCheck ¶
func (c ChanReceiveUint16) ReceiveCheck() (interface{}, bool)
ReceiveCheck implements ChanReceive.
func (ChanReceiveUint16) Reference ¶
func (c ChanReceiveUint16) Reference() Pointer
Reference implements ChanReceive.
type ChanReceiveUint32 ¶
type ChanReceiveUint32 chan uint32
ChanReceiveUint32 is a receive channel of uint32.
func (*ChanReceiveUint32) Dereference ¶
func (c *ChanReceiveUint32) Dereference() Value
Dereference implements ChanReceive.
func (ChanReceiveUint32) Make ¶
func (c ChanReceiveUint32) Make(cap int) Chan
Make implements ChanReceive.
func (ChanReceiveUint32) Receive ¶
func (c ChanReceiveUint32) Receive() interface{}
Receive implements ChanReceive.
func (ChanReceiveUint32) ReceiveCheck ¶
func (c ChanReceiveUint32) ReceiveCheck() (interface{}, bool)
ReceiveCheck implements ChanReceive.
func (ChanReceiveUint32) Reference ¶
func (c ChanReceiveUint32) Reference() Pointer
Reference implements ChanReceive.
type ChanReceiveUint64 ¶
type ChanReceiveUint64 chan uint64
ChanReceiveUint64 is a receive channel of uint64.
func (*ChanReceiveUint64) Dereference ¶
func (c *ChanReceiveUint64) Dereference() Value
Dereference implements ChanReceive.
func (ChanReceiveUint64) Make ¶
func (c ChanReceiveUint64) Make(cap int) Chan
Make implements ChanReceive.
func (ChanReceiveUint64) Receive ¶
func (c ChanReceiveUint64) Receive() interface{}
Receive implements ChanReceive.
func (ChanReceiveUint64) ReceiveCheck ¶
func (c ChanReceiveUint64) ReceiveCheck() (interface{}, bool)
ReceiveCheck implements ChanReceive.
func (ChanReceiveUint64) Reference ¶
func (c ChanReceiveUint64) Reference() Pointer
Reference implements ChanReceive.
type ChanReceiveUint8 ¶
type ChanReceiveUint8 chan uint8
ChanReceiveUint8 is a receive channel of uint8.
func (*ChanReceiveUint8) Dereference ¶
func (c *ChanReceiveUint8) Dereference() Value
Dereference implements ChanReceive.
func (ChanReceiveUint8) Make ¶
func (c ChanReceiveUint8) Make(cap int) Chan
Make implements ChanReceive.
func (ChanReceiveUint8) Receive ¶
func (c ChanReceiveUint8) Receive() interface{}
Receive implements ChanReceive.
func (ChanReceiveUint8) ReceiveCheck ¶
func (c ChanReceiveUint8) ReceiveCheck() (interface{}, bool)
ReceiveCheck implements ChanReceive.
func (ChanReceiveUint8) Reference ¶
func (c ChanReceiveUint8) Reference() Pointer
Reference implements ChanReceive.
type ChanReceiveUintptr ¶
type ChanReceiveUintptr chan uintptr
ChanReceiveUintptr is a receive channel of uintptr.
func (*ChanReceiveUintptr) Dereference ¶
func (c *ChanReceiveUintptr) Dereference() Value
Dereference implements ChanReceive.
func (ChanReceiveUintptr) Make ¶
func (c ChanReceiveUintptr) Make(cap int) Chan
Make implements ChanReceive.
func (ChanReceiveUintptr) Receive ¶
func (c ChanReceiveUintptr) Receive() interface{}
Receive implements ChanReceive.
func (ChanReceiveUintptr) ReceiveCheck ¶
func (c ChanReceiveUintptr) ReceiveCheck() (interface{}, bool)
ReceiveCheck implements ChanReceive.
func (ChanReceiveUintptr) Reference ¶
func (c ChanReceiveUintptr) Reference() Pointer
Reference implements ChanReceive.
type ChanRune ¶
type ChanRune chan rune
ChanRune is a channel of rune.
func (ChanRune) ChanReceive ¶
func (c ChanRune) ChanReceive() ChanReceive
ChanReceive implements Chan.
func (ChanRune) ReceiveCheck ¶
ReceiveCheck implements Chan.
type ChanSend ¶
type ChanSend interface { Value // Cap returns the capacity. Cap() int // Close closes. Close() // Len returns the length. Len() int // Make returns a new chan with capacity c. Make(c int) Chan // Send sends v. Send(v interface{}) }
ChanSend is a send channel.
type ChanSendBool ¶
type ChanSendBool chan bool
ChanSendBool is a send channel of bool.
func (*ChanSendBool) Dereference ¶
func (c *ChanSendBool) Dereference() Value
Dereference implements ChanSend.
func (ChanSendBool) Reference ¶
func (c ChanSendBool) Reference() Pointer
Reference implements ChanSend.
type ChanSendByte ¶
type ChanSendByte chan byte
ChanSendByte is a send channel of byte.
func (*ChanSendByte) Dereference ¶
func (c *ChanSendByte) Dereference() Value
Dereference implements ChanSend.
func (ChanSendByte) Reference ¶
func (c ChanSendByte) Reference() Pointer
Reference implements ChanSend.
type ChanSendComplex128 ¶
type ChanSendComplex128 chan complex128
ChanSendComplex128 is a send channel of complex128.
func (*ChanSendComplex128) Dereference ¶
func (c *ChanSendComplex128) Dereference() Value
Dereference implements ChanSend.
func (ChanSendComplex128) Make ¶
func (c ChanSendComplex128) Make(cap int) Chan
Make implements ChanSend.
func (ChanSendComplex128) Reference ¶
func (c ChanSendComplex128) Reference() Pointer
Reference implements ChanSend.
func (ChanSendComplex128) Send ¶
func (c ChanSendComplex128) Send(v interface{})
Send implements Chan.
type ChanSendComplex64 ¶
type ChanSendComplex64 chan complex64
ChanSendComplex64 is a send channel of complex64.
func (*ChanSendComplex64) Dereference ¶
func (c *ChanSendComplex64) Dereference() Value
Dereference implements ChanSend.
func (ChanSendComplex64) Make ¶
func (c ChanSendComplex64) Make(cap int) Chan
Make implements ChanSend.
func (ChanSendComplex64) Reference ¶
func (c ChanSendComplex64) Reference() Pointer
Reference implements ChanSend.
func (ChanSendComplex64) Send ¶
func (c ChanSendComplex64) Send(v interface{})
Send implements Chan.
type ChanSendFloat32 ¶
type ChanSendFloat32 chan float32
ChanSendFloat32 is a send channel of float32.
func (*ChanSendFloat32) Dereference ¶
func (c *ChanSendFloat32) Dereference() Value
Dereference implements ChanSend.
func (ChanSendFloat32) Reference ¶
func (c ChanSendFloat32) Reference() Pointer
Reference implements ChanSend.
type ChanSendFloat64 ¶
type ChanSendFloat64 chan float64
ChanSendFloat64 is a send channel of float64.
func (*ChanSendFloat64) Dereference ¶
func (c *ChanSendFloat64) Dereference() Value
Dereference implements ChanSend.
func (ChanSendFloat64) Reference ¶
func (c ChanSendFloat64) Reference() Pointer
Reference implements ChanSend.
type ChanSendInt ¶
type ChanSendInt chan int
ChanSendInt is a send channel of int.
func (*ChanSendInt) Dereference ¶
func (c *ChanSendInt) Dereference() Value
Dereference implements ChanSend.
func (ChanSendInt) Reference ¶
func (c ChanSendInt) Reference() Pointer
Reference implements ChanSend.
type ChanSendInt16 ¶
type ChanSendInt16 chan int16
ChanSendInt16 is a send channel of int16.
func (*ChanSendInt16) Dereference ¶
func (c *ChanSendInt16) Dereference() Value
Dereference implements ChanSend.
func (ChanSendInt16) Reference ¶
func (c ChanSendInt16) Reference() Pointer
Reference implements ChanSend.
type ChanSendInt32 ¶
type ChanSendInt32 chan int32
ChanSendInt32 is a send channel of int32.
func (*ChanSendInt32) Dereference ¶
func (c *ChanSendInt32) Dereference() Value
Dereference implements ChanSend.
func (ChanSendInt32) Reference ¶
func (c ChanSendInt32) Reference() Pointer
Reference implements ChanSend.
type ChanSendInt64 ¶
type ChanSendInt64 chan int64
ChanSendInt64 is a send channel of int64.
func (*ChanSendInt64) Dereference ¶
func (c *ChanSendInt64) Dereference() Value
Dereference implements ChanSend.
func (ChanSendInt64) Reference ¶
func (c ChanSendInt64) Reference() Pointer
Reference implements ChanSend.
type ChanSendInt8 ¶
type ChanSendInt8 chan int8
ChanSendInt8 is a send channel of int8.
func (*ChanSendInt8) Dereference ¶
func (c *ChanSendInt8) Dereference() Value
Dereference implements ChanSend.
func (ChanSendInt8) Reference ¶
func (c ChanSendInt8) Reference() Pointer
Reference implements ChanSend.
type ChanSendInterface ¶
type ChanSendInterface chan interface{}
ChanSendInterface is a send channel of interface{}.
func (*ChanSendInterface) Dereference ¶
func (c *ChanSendInterface) Dereference() Value
Dereference implements ChanSend.
func (ChanSendInterface) Make ¶
func (c ChanSendInterface) Make(cap int) Chan
Make implements ChanSend.
func (ChanSendInterface) Reference ¶
func (c ChanSendInterface) Reference() Pointer
Reference implements ChanSend.
func (ChanSendInterface) Send ¶
func (c ChanSendInterface) Send(v interface{})
Send implements Chan.
type ChanSendRune ¶
type ChanSendRune chan rune
ChanSendRune is a send channel of rune.
func (*ChanSendRune) Dereference ¶
func (c *ChanSendRune) Dereference() Value
Dereference implements ChanSend.
func (ChanSendRune) Reference ¶
func (c ChanSendRune) Reference() Pointer
Reference implements ChanSend.
type ChanSendString ¶
type ChanSendString chan string
ChanSendString is a send channel of string.
func (*ChanSendString) Dereference ¶
func (c *ChanSendString) Dereference() Value
Dereference implements ChanSend.
func (ChanSendString) Reference ¶
func (c ChanSendString) Reference() Pointer
Reference implements ChanSend.
type ChanSendUint ¶
type ChanSendUint chan uint
ChanSendUint is a send channel of uint.
func (*ChanSendUint) Dereference ¶
func (c *ChanSendUint) Dereference() Value
Dereference implements ChanSend.
func (ChanSendUint) Reference ¶
func (c ChanSendUint) Reference() Pointer
Reference implements ChanSend.
type ChanSendUint16 ¶
type ChanSendUint16 chan uint16
ChanSendUint16 is a send channel of uint16.
func (*ChanSendUint16) Dereference ¶
func (c *ChanSendUint16) Dereference() Value
Dereference implements ChanSend.
func (ChanSendUint16) Reference ¶
func (c ChanSendUint16) Reference() Pointer
Reference implements ChanSend.
type ChanSendUint32 ¶
type ChanSendUint32 chan uint32
ChanSendUint32 is a send channel of uint32.
func (*ChanSendUint32) Dereference ¶
func (c *ChanSendUint32) Dereference() Value
Dereference implements ChanSend.
func (ChanSendUint32) Reference ¶
func (c ChanSendUint32) Reference() Pointer
Reference implements ChanSend.
type ChanSendUint64 ¶
type ChanSendUint64 chan uint64
ChanSendUint64 is a send channel of uint64.
func (*ChanSendUint64) Dereference ¶
func (c *ChanSendUint64) Dereference() Value
Dereference implements ChanSend.
func (ChanSendUint64) Reference ¶
func (c ChanSendUint64) Reference() Pointer
Reference implements ChanSend.
type ChanSendUint8 ¶
type ChanSendUint8 chan uint8
ChanSendUint8 is a send channel of uint8.
func (*ChanSendUint8) Dereference ¶
func (c *ChanSendUint8) Dereference() Value
Dereference implements ChanSend.
func (ChanSendUint8) Reference ¶
func (c ChanSendUint8) Reference() Pointer
Reference implements ChanSend.
type ChanSendUintptr ¶
type ChanSendUintptr chan uintptr
ChanSendUintptr is a send channel of uintptr.
func (*ChanSendUintptr) Dereference ¶
func (c *ChanSendUintptr) Dereference() Value
Dereference implements ChanSend.
func (ChanSendUintptr) Reference ¶
func (c ChanSendUintptr) Reference() Pointer
Reference implements ChanSend.
type ChanString ¶
type ChanString chan string
ChanString is a channel of string.
func (ChanString) ChanReceive ¶
func (c ChanString) ChanReceive() ChanReceive
ChanReceive implements Chan.
func (*ChanString) Dereference ¶
func (c *ChanString) Dereference() Value
Dereference implements Chan.
func (ChanString) ReceiveCheck ¶
func (c ChanString) ReceiveCheck() (interface{}, bool)
ReceiveCheck implements Chan.
type ChanUint ¶
type ChanUint chan uint
ChanUint is a channel of uint.
func (ChanUint) ChanReceive ¶
func (c ChanUint) ChanReceive() ChanReceive
ChanReceive implements Chan.
func (ChanUint) ReceiveCheck ¶
ReceiveCheck implements Chan.
type ChanUint16 ¶
type ChanUint16 chan uint16
ChanUint16 is a channel of uint16.
func (ChanUint16) ChanReceive ¶
func (c ChanUint16) ChanReceive() ChanReceive
ChanReceive implements Chan.
func (*ChanUint16) Dereference ¶
func (c *ChanUint16) Dereference() Value
Dereference implements Chan.
func (ChanUint16) ReceiveCheck ¶
func (c ChanUint16) ReceiveCheck() (interface{}, bool)
ReceiveCheck implements Chan.
type ChanUint32 ¶
type ChanUint32 chan uint32
ChanUint32 is a channel of uint32.
func (ChanUint32) ChanReceive ¶
func (c ChanUint32) ChanReceive() ChanReceive
ChanReceive implements Chan.
func (*ChanUint32) Dereference ¶
func (c *ChanUint32) Dereference() Value
Dereference implements Chan.
func (ChanUint32) ReceiveCheck ¶
func (c ChanUint32) ReceiveCheck() (interface{}, bool)
ReceiveCheck implements Chan.
type ChanUint64 ¶
type ChanUint64 chan uint64
ChanUint64 is a channel of uint64.
func (ChanUint64) ChanReceive ¶
func (c ChanUint64) ChanReceive() ChanReceive
ChanReceive implements Chan.
func (*ChanUint64) Dereference ¶
func (c *ChanUint64) Dereference() Value
Dereference implements Chan.
func (ChanUint64) ReceiveCheck ¶
func (c ChanUint64) ReceiveCheck() (interface{}, bool)
ReceiveCheck implements Chan.
type ChanUint8 ¶
type ChanUint8 chan uint8
ChanUint8 is a channel of uint8.
func (ChanUint8) ChanReceive ¶
func (c ChanUint8) ChanReceive() ChanReceive
ChanReceive implements Chan.
func (*ChanUint8) Dereference ¶
Dereference implements Chan.
func (ChanUint8) ReceiveCheck ¶
ReceiveCheck implements Chan.
type ChanUintptr ¶
type ChanUintptr chan uintptr
ChanUintptr is a channel of uintptr.
func (ChanUintptr) ChanReceive ¶
func (c ChanUintptr) ChanReceive() ChanReceive
ChanReceive implements Chan.
func (*ChanUintptr) Dereference ¶
func (c *ChanUintptr) Dereference() Value
Dereference implements Chan.
func (ChanUintptr) ReceiveCheck ¶
func (c ChanUintptr) ReceiveCheck() (interface{}, bool)
ReceiveCheck implements Chan.
type Comparable ¶
type Comparable interface { Equatable // Greater returns whether c is less or equal. Greater(c Comparable) bool // GreaterEqual returns whether c is less. GreaterEqual(c Comparable) bool // Less returns whether c is greater or equal. Less(c Comparable) bool // LessEqual returns whether c is greater. LessEqual(c Comparable) bool }
Comparable is comparable to others of the same type.
type Complex ¶
type Complex interface { Number // Imag returns the imaginary part. Imag() float64 // Real returns the real part. Real() float64 }
Complex is complex operations.
type Complex128 ¶
type Complex128 complex128
Complex128 is a complex128.
func (*Complex128) Dereference ¶
func (c *Complex128) Dereference() Value
Dereference implements Pointer.
func (Complex128) Divide ¶
func (c Complex128) Divide(other Number) Number
Divide implements Number.
func (Complex128) Equals ¶
func (c Complex128) Equals(other Equatable) bool
Equals implements Equatable.
func (Complex128) Multiply ¶
func (c Complex128) Multiply(other Number) Number
Multiply implements Number.
func (Complex128) NotEquals ¶
func (c Complex128) NotEquals(other Equatable) bool
NotEquals implements Equatable.
func (Complex128) Real_OMIT_complex128 ¶
func (c Complex128) Real_OMIT_complex128() float64
Real implements Complex.
func (Complex128) Subtract ¶
func (c Complex128) Subtract(other Number) Number
Subtract implements Number.
type Complex64 ¶
type Complex64 complex64
Complex64 is a complex64.
func (*Complex64) Dereference ¶
Dereference implements Pointer.
type Equatable ¶
type Equatable interface { // Equals returns whether e is equal. Equals(e Equatable) bool // NotEquals returns whether e is not equal. NotEquals(e Equatable) bool }
Equatable is equatable to others of the same type.
type Float32 ¶
type Float32 float32
Float32 is a float32.
func (Float32) Greater ¶
func (f Float32) Greater(other Comparable) bool
Greater implements Comparable.
func (Float32) GreaterEqual ¶
func (f Float32) GreaterEqual(other Comparable) bool
GreaterEqual implements Comparable.
func (Float32) LessEqual ¶
func (f Float32) LessEqual(other Comparable) bool
LessEqual implements Comparable.
type Float64 ¶
type Float64 float64
Float64 is a float64.
func (Float64) Greater ¶
func (f Float64) Greater(other Comparable) bool
Greater implements Comparable.
func (Float64) GreaterEqual ¶
func (f Float64) GreaterEqual(other Comparable) bool
GreaterEqual implements Comparable.
func (Float64) LessEqual ¶
func (f Float64) LessEqual(other Comparable) bool
LessEqual implements Comparable.
type Int ¶
type Int int
Int is a int.
func (Int) GreaterEqual ¶
func (i Int) GreaterEqual(other Comparable) bool
GreaterEqual implements Comparable.
func (Int) LessEqual ¶
func (i Int) LessEqual(other Comparable) bool
LessEqual implements Comparable.
type Int16 ¶
type Int16 int16
Int16 is a int16.
func (Int16) GreaterEqual ¶
func (i Int16) GreaterEqual(other Comparable) bool
GreaterEqual implements Comparable.
func (Int16) LessEqual ¶
func (i Int16) LessEqual(other Comparable) bool
LessEqual implements Comparable.
type Int32 ¶
type Int32 int32
Int32 is a int32.
func (Int32) GreaterEqual ¶
func (i Int32) GreaterEqual(other Comparable) bool
GreaterEqual implements Comparable.
func (Int32) LessEqual ¶
func (i Int32) LessEqual(other Comparable) bool
LessEqual implements Comparable.
type Int64 ¶
type Int64 int64
Int64 is a int64.
func (Int64) GreaterEqual ¶
func (i Int64) GreaterEqual(other Comparable) bool
GreaterEqual implements Comparable.
func (Int64) LessEqual ¶
func (i Int64) LessEqual(other Comparable) bool
LessEqual implements Comparable.
type Int8 ¶
type Int8 int8
Int8 is a int8.
func (Int8) GreaterEqual ¶
func (i Int8) GreaterEqual(other Comparable) bool
GreaterEqual implements Comparable.
func (Int8) LessEqual ¶
func (i Int8) LessEqual(other Comparable) bool
LessEqual implements Comparable.
type Integer ¶
type Integer interface { Number // And returns the bitwise-and with i. And(i Integer) Integer // And returns the bitwise-and-not with i. AndNot(i Integer) Integer // Left returns the left shift by n. Left(n uint) Integer // Modulo returns the modulo by i. Modulo(i Integer) Integer // Not returns the bitwise-not. Not() Integer // Or returns the bitwise-or with i. Or(i Integer) Integer // Right returns the right arithmetic shift by n. Right(n uint) Integer // Xor returns the bitwise-exclusive-or with i. Xor(i Integer) Integer }
Integer is integer operations.
type Iterator ¶
type Iterator interface { // More returns whether there is a next element. More() bool // Next returns the next element. Next() interface{} }
Iterator iterates a sequence of elements.
func ChanIterator ¶
func ChanIterator(c ChanReceive) Iterator
func RepeatIterator ¶
func RepeatIterator(v interface{}) Iterator
RepeatIterator returns an Iterator that repeats v forever.
func ReplicateIterator ¶
ReplicateIterator returns an Iterator that contains n v.
type Macro ¶
type MacroInput ¶
func (*MacroInput) Run ¶
func (m *MacroInput) Run() ([]byte, error)
type MacroInputOutput ¶
func (*MacroInputOutput) Run ¶
func (m *MacroInputOutput) Run() error
type MacroInterface ¶
type MacroInterface struct { InterfaceMethods []*MacroMethod InterfaceName string InterfacePackageName string InterfacePackagePath string InterfacePackageQualifier string InterfaceVar string Output string ReceiverIdentifier string ReceiverTypeName string ReceiverTypePackageName string ReceiverTypePackagePath string ReceiverTypePointer string ReceiverTypeReference string }
func (*MacroInterface) Init ¶
func (m *MacroInterface) Init() error
type MacroMethod ¶
type MacroOutput ¶
func (*MacroOutput) Run ¶
func (m *MacroOutput) Run(input []byte) error
type MacroVar ¶
type MacroVar struct { Interface *MacroInterface Name string Type string }
type MacroVars ¶
type MacroVars struct { Interface *MacroInterface Names []string Type string }
type Map ¶
type Map interface { Equatable Value // Delete deletes k. Delete(k interface{}) // Get returns the value for key k. Get(k interface{}) interface{} // GetCheck returns the value for key k and whether key k exists. GetCheck(k interface{}) (interface{}, bool) // KeyValues returns key-value pairs. KeyValues() [][2]interface{} // Keys returns the keys. Keys() []interface{} // Len returns the length. Len() int // Make returns a Map with capacity c. Make(c int) Map // Set sets the element for key k to v. Set(k, v interface{}) }
Map is a map.
type MapBoolInt ¶
MapBoolInt is a map from bool to int.
func (*MapBoolInt) Dereference ¶
func (m *MapBoolInt) Dereference() Value
Dereference implements Map.
func (MapBoolInt) GetCheck ¶
func (m MapBoolInt) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapBoolInt) KeyValues ¶
func (m MapBoolInt) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapBoolInt) NotEquals ¶
func (m MapBoolInt) NotEquals(other Equatable) bool
NotEquals implements Map.
type MapBoolString ¶
MapBoolString is a map from bool to string.
func (*MapBoolString) Dereference ¶
func (m *MapBoolString) Dereference() Value
Dereference implements Map.
func (MapBoolString) Equals ¶
func (m MapBoolString) Equals(other Equatable) bool
Equals implements Map.
func (MapBoolString) Get ¶
func (m MapBoolString) Get(k interface{}) interface{}
Get implements Map.
func (MapBoolString) GetCheck ¶
func (m MapBoolString) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapBoolString) KeyValues ¶
func (m MapBoolString) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapBoolString) NotEquals ¶
func (m MapBoolString) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapBoolString) Reference ¶
func (m MapBoolString) Reference() Pointer
Reference implements Map.
type MapBoolStruct ¶
type MapBoolStruct map[bool]struct{}
MapBoolStruct is a map from bool to struct{}.
func (*MapBoolStruct) Dereference ¶
func (m *MapBoolStruct) Dereference() Value
Dereference implements Map.
func (MapBoolStruct) Equals ¶
func (m MapBoolStruct) Equals(other Equatable) bool
Equals implements Map.
func (MapBoolStruct) Get ¶
func (m MapBoolStruct) Get(k interface{}) interface{}
Get implements Map.
func (MapBoolStruct) GetCheck ¶
func (m MapBoolStruct) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapBoolStruct) KeyValues ¶
func (m MapBoolStruct) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapBoolStruct) NotEquals ¶
func (m MapBoolStruct) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapBoolStruct) Reference ¶
func (m MapBoolStruct) Reference() Pointer
Reference implements Map.
type MapByteInt ¶
MapByteInt is a map from byte to int.
func (*MapByteInt) Dereference ¶
func (m *MapByteInt) Dereference() Value
Dereference implements Map.
func (MapByteInt) GetCheck ¶
func (m MapByteInt) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapByteInt) KeyValues ¶
func (m MapByteInt) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapByteInt) NotEquals ¶
func (m MapByteInt) NotEquals(other Equatable) bool
NotEquals implements Map.
type MapByteString ¶
MapByteString is a map from byte to string.
func (*MapByteString) Dereference ¶
func (m *MapByteString) Dereference() Value
Dereference implements Map.
func (MapByteString) Equals ¶
func (m MapByteString) Equals(other Equatable) bool
Equals implements Map.
func (MapByteString) Get ¶
func (m MapByteString) Get(k interface{}) interface{}
Get implements Map.
func (MapByteString) GetCheck ¶
func (m MapByteString) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapByteString) KeyValues ¶
func (m MapByteString) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapByteString) NotEquals ¶
func (m MapByteString) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapByteString) Reference ¶
func (m MapByteString) Reference() Pointer
Reference implements Map.
type MapByteStruct ¶
type MapByteStruct map[byte]struct{}
MapByteStruct is a map from byte to struct{}.
func (*MapByteStruct) Dereference ¶
func (m *MapByteStruct) Dereference() Value
Dereference implements Map.
func (MapByteStruct) Equals ¶
func (m MapByteStruct) Equals(other Equatable) bool
Equals implements Map.
func (MapByteStruct) Get ¶
func (m MapByteStruct) Get(k interface{}) interface{}
Get implements Map.
func (MapByteStruct) GetCheck ¶
func (m MapByteStruct) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapByteStruct) KeyValues ¶
func (m MapByteStruct) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapByteStruct) NotEquals ¶
func (m MapByteStruct) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapByteStruct) Reference ¶
func (m MapByteStruct) Reference() Pointer
Reference implements Map.
type MapComplex128Int ¶
type MapComplex128Int map[complex128]int
MapComplex128Int is a map from complex128 to int.
func (MapComplex128Int) Delete ¶
func (m MapComplex128Int) Delete(k interface{})
Delete implements Map.
func (*MapComplex128Int) Dereference ¶
func (m *MapComplex128Int) Dereference() Value
Dereference implements Map.
func (MapComplex128Int) Equals ¶
func (m MapComplex128Int) Equals(other Equatable) bool
Equals implements Map.
func (MapComplex128Int) Get ¶
func (m MapComplex128Int) Get(k interface{}) interface{}
Get implements Map.
func (MapComplex128Int) GetCheck ¶
func (m MapComplex128Int) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapComplex128Int) KeyValues ¶
func (m MapComplex128Int) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapComplex128Int) NotEquals ¶
func (m MapComplex128Int) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapComplex128Int) Reference ¶
func (m MapComplex128Int) Reference() Pointer
Reference implements Map.
type MapComplex128String ¶
type MapComplex128String map[complex128]string
MapComplex128String is a map from complex128 to string.
func (MapComplex128String) Delete ¶
func (m MapComplex128String) Delete(k interface{})
Delete implements Map.
func (*MapComplex128String) Dereference ¶
func (m *MapComplex128String) Dereference() Value
Dereference implements Map.
func (MapComplex128String) Equals ¶
func (m MapComplex128String) Equals(other Equatable) bool
Equals implements Map.
func (MapComplex128String) Get ¶
func (m MapComplex128String) Get(k interface{}) interface{}
Get implements Map.
func (MapComplex128String) GetCheck ¶
func (m MapComplex128String) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapComplex128String) KeyValues ¶
func (m MapComplex128String) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapComplex128String) Keys ¶
func (m MapComplex128String) Keys() []interface{}
Keys implements Map.
func (MapComplex128String) NotEquals ¶
func (m MapComplex128String) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapComplex128String) Reference ¶
func (m MapComplex128String) Reference() Pointer
Reference implements Map.
func (MapComplex128String) Set ¶
func (m MapComplex128String) Set(k, v interface{})
Set implements Map.
type MapComplex128Struct ¶
type MapComplex128Struct map[complex128]struct{}
MapComplex128Struct is a map from complex128 to struct{}.
func (MapComplex128Struct) Delete ¶
func (m MapComplex128Struct) Delete(k interface{})
Delete implements Map.
func (*MapComplex128Struct) Dereference ¶
func (m *MapComplex128Struct) Dereference() Value
Dereference implements Map.
func (MapComplex128Struct) Equals ¶
func (m MapComplex128Struct) Equals(other Equatable) bool
Equals implements Map.
func (MapComplex128Struct) Get ¶
func (m MapComplex128Struct) Get(k interface{}) interface{}
Get implements Map.
func (MapComplex128Struct) GetCheck ¶
func (m MapComplex128Struct) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapComplex128Struct) KeyValues ¶
func (m MapComplex128Struct) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapComplex128Struct) Keys ¶
func (m MapComplex128Struct) Keys() []interface{}
Keys implements Map.
func (MapComplex128Struct) NotEquals ¶
func (m MapComplex128Struct) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapComplex128Struct) Reference ¶
func (m MapComplex128Struct) Reference() Pointer
Reference implements Map.
func (MapComplex128Struct) Set ¶
func (m MapComplex128Struct) Set(k, v interface{})
Set implements Map.
type MapComplex64Int ¶
MapComplex64Int is a map from complex64 to int.
func (MapComplex64Int) Delete ¶
func (m MapComplex64Int) Delete(k interface{})
Delete implements Map.
func (*MapComplex64Int) Dereference ¶
func (m *MapComplex64Int) Dereference() Value
Dereference implements Map.
func (MapComplex64Int) Equals ¶
func (m MapComplex64Int) Equals(other Equatable) bool
Equals implements Map.
func (MapComplex64Int) Get ¶
func (m MapComplex64Int) Get(k interface{}) interface{}
Get implements Map.
func (MapComplex64Int) GetCheck ¶
func (m MapComplex64Int) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapComplex64Int) KeyValues ¶
func (m MapComplex64Int) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapComplex64Int) NotEquals ¶
func (m MapComplex64Int) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapComplex64Int) Reference ¶
func (m MapComplex64Int) Reference() Pointer
Reference implements Map.
type MapComplex64String ¶
MapComplex64String is a map from complex64 to string.
func (MapComplex64String) Delete ¶
func (m MapComplex64String) Delete(k interface{})
Delete implements Map.
func (*MapComplex64String) Dereference ¶
func (m *MapComplex64String) Dereference() Value
Dereference implements Map.
func (MapComplex64String) Equals ¶
func (m MapComplex64String) Equals(other Equatable) bool
Equals implements Map.
func (MapComplex64String) Get ¶
func (m MapComplex64String) Get(k interface{}) interface{}
Get implements Map.
func (MapComplex64String) GetCheck ¶
func (m MapComplex64String) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapComplex64String) KeyValues ¶
func (m MapComplex64String) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapComplex64String) Keys ¶
func (m MapComplex64String) Keys() []interface{}
Keys implements Map.
func (MapComplex64String) NotEquals ¶
func (m MapComplex64String) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapComplex64String) Reference ¶
func (m MapComplex64String) Reference() Pointer
Reference implements Map.
func (MapComplex64String) Set ¶
func (m MapComplex64String) Set(k, v interface{})
Set implements Map.
type MapComplex64Struct ¶
type MapComplex64Struct map[complex64]struct{}
MapComplex64Struct is a map from complex64 to struct{}.
func (MapComplex64Struct) Delete ¶
func (m MapComplex64Struct) Delete(k interface{})
Delete implements Map.
func (*MapComplex64Struct) Dereference ¶
func (m *MapComplex64Struct) Dereference() Value
Dereference implements Map.
func (MapComplex64Struct) Equals ¶
func (m MapComplex64Struct) Equals(other Equatable) bool
Equals implements Map.
func (MapComplex64Struct) Get ¶
func (m MapComplex64Struct) Get(k interface{}) interface{}
Get implements Map.
func (MapComplex64Struct) GetCheck ¶
func (m MapComplex64Struct) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapComplex64Struct) KeyValues ¶
func (m MapComplex64Struct) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapComplex64Struct) Keys ¶
func (m MapComplex64Struct) Keys() []interface{}
Keys implements Map.
func (MapComplex64Struct) NotEquals ¶
func (m MapComplex64Struct) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapComplex64Struct) Reference ¶
func (m MapComplex64Struct) Reference() Pointer
Reference implements Map.
func (MapComplex64Struct) Set ¶
func (m MapComplex64Struct) Set(k, v interface{})
Set implements Map.
type MapFloat32Int ¶
MapFloat32Int is a map from float32 to int.
func (*MapFloat32Int) Dereference ¶
func (m *MapFloat32Int) Dereference() Value
Dereference implements Map.
func (MapFloat32Int) Equals ¶
func (m MapFloat32Int) Equals(other Equatable) bool
Equals implements Map.
func (MapFloat32Int) Get ¶
func (m MapFloat32Int) Get(k interface{}) interface{}
Get implements Map.
func (MapFloat32Int) GetCheck ¶
func (m MapFloat32Int) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapFloat32Int) KeyValues ¶
func (m MapFloat32Int) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapFloat32Int) NotEquals ¶
func (m MapFloat32Int) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapFloat32Int) Reference ¶
func (m MapFloat32Int) Reference() Pointer
Reference implements Map.
type MapFloat32String ¶
MapFloat32String is a map from float32 to string.
func (MapFloat32String) Delete ¶
func (m MapFloat32String) Delete(k interface{})
Delete implements Map.
func (*MapFloat32String) Dereference ¶
func (m *MapFloat32String) Dereference() Value
Dereference implements Map.
func (MapFloat32String) Equals ¶
func (m MapFloat32String) Equals(other Equatable) bool
Equals implements Map.
func (MapFloat32String) Get ¶
func (m MapFloat32String) Get(k interface{}) interface{}
Get implements Map.
func (MapFloat32String) GetCheck ¶
func (m MapFloat32String) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapFloat32String) KeyValues ¶
func (m MapFloat32String) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapFloat32String) NotEquals ¶
func (m MapFloat32String) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapFloat32String) Reference ¶
func (m MapFloat32String) Reference() Pointer
Reference implements Map.
type MapFloat32Struct ¶
type MapFloat32Struct map[float32]struct{}
MapFloat32Struct is a map from float32 to struct{}.
func (MapFloat32Struct) Delete ¶
func (m MapFloat32Struct) Delete(k interface{})
Delete implements Map.
func (*MapFloat32Struct) Dereference ¶
func (m *MapFloat32Struct) Dereference() Value
Dereference implements Map.
func (MapFloat32Struct) Equals ¶
func (m MapFloat32Struct) Equals(other Equatable) bool
Equals implements Map.
func (MapFloat32Struct) Get ¶
func (m MapFloat32Struct) Get(k interface{}) interface{}
Get implements Map.
func (MapFloat32Struct) GetCheck ¶
func (m MapFloat32Struct) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapFloat32Struct) KeyValues ¶
func (m MapFloat32Struct) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapFloat32Struct) NotEquals ¶
func (m MapFloat32Struct) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapFloat32Struct) Reference ¶
func (m MapFloat32Struct) Reference() Pointer
Reference implements Map.
type MapFloat64Int ¶
MapFloat64Int is a map from float64 to int.
func (*MapFloat64Int) Dereference ¶
func (m *MapFloat64Int) Dereference() Value
Dereference implements Map.
func (MapFloat64Int) Equals ¶
func (m MapFloat64Int) Equals(other Equatable) bool
Equals implements Map.
func (MapFloat64Int) Get ¶
func (m MapFloat64Int) Get(k interface{}) interface{}
Get implements Map.
func (MapFloat64Int) GetCheck ¶
func (m MapFloat64Int) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapFloat64Int) KeyValues ¶
func (m MapFloat64Int) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapFloat64Int) NotEquals ¶
func (m MapFloat64Int) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapFloat64Int) Reference ¶
func (m MapFloat64Int) Reference() Pointer
Reference implements Map.
type MapFloat64String ¶
MapFloat64String is a map from float64 to string.
func (MapFloat64String) Delete ¶
func (m MapFloat64String) Delete(k interface{})
Delete implements Map.
func (*MapFloat64String) Dereference ¶
func (m *MapFloat64String) Dereference() Value
Dereference implements Map.
func (MapFloat64String) Equals ¶
func (m MapFloat64String) Equals(other Equatable) bool
Equals implements Map.
func (MapFloat64String) Get ¶
func (m MapFloat64String) Get(k interface{}) interface{}
Get implements Map.
func (MapFloat64String) GetCheck ¶
func (m MapFloat64String) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapFloat64String) KeyValues ¶
func (m MapFloat64String) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapFloat64String) NotEquals ¶
func (m MapFloat64String) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapFloat64String) Reference ¶
func (m MapFloat64String) Reference() Pointer
Reference implements Map.
type MapFloat64Struct ¶
type MapFloat64Struct map[float64]struct{}
MapFloat64Struct is a map from float64 to struct{}.
func (MapFloat64Struct) Delete ¶
func (m MapFloat64Struct) Delete(k interface{})
Delete implements Map.
func (*MapFloat64Struct) Dereference ¶
func (m *MapFloat64Struct) Dereference() Value
Dereference implements Map.
func (MapFloat64Struct) Equals ¶
func (m MapFloat64Struct) Equals(other Equatable) bool
Equals implements Map.
func (MapFloat64Struct) Get ¶
func (m MapFloat64Struct) Get(k interface{}) interface{}
Get implements Map.
func (MapFloat64Struct) GetCheck ¶
func (m MapFloat64Struct) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapFloat64Struct) KeyValues ¶
func (m MapFloat64Struct) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapFloat64Struct) NotEquals ¶
func (m MapFloat64Struct) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapFloat64Struct) Reference ¶
func (m MapFloat64Struct) Reference() Pointer
Reference implements Map.
type MapInt16Int ¶
MapInt16Int is a map from int16 to int.
func (*MapInt16Int) Dereference ¶
func (m *MapInt16Int) Dereference() Value
Dereference implements Map.
func (MapInt16Int) Equals ¶
func (m MapInt16Int) Equals(other Equatable) bool
Equals implements Map.
func (MapInt16Int) GetCheck ¶
func (m MapInt16Int) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapInt16Int) KeyValues ¶
func (m MapInt16Int) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapInt16Int) NotEquals ¶
func (m MapInt16Int) NotEquals(other Equatable) bool
NotEquals implements Map.
type MapInt16String ¶
MapInt16String is a map from int16 to string.
func (*MapInt16String) Dereference ¶
func (m *MapInt16String) Dereference() Value
Dereference implements Map.
func (MapInt16String) Equals ¶
func (m MapInt16String) Equals(other Equatable) bool
Equals implements Map.
func (MapInt16String) Get ¶
func (m MapInt16String) Get(k interface{}) interface{}
Get implements Map.
func (MapInt16String) GetCheck ¶
func (m MapInt16String) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapInt16String) KeyValues ¶
func (m MapInt16String) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapInt16String) NotEquals ¶
func (m MapInt16String) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapInt16String) Reference ¶
func (m MapInt16String) Reference() Pointer
Reference implements Map.
type MapInt16Struct ¶
type MapInt16Struct map[int16]struct{}
MapInt16Struct is a map from int16 to struct{}.
func (*MapInt16Struct) Dereference ¶
func (m *MapInt16Struct) Dereference() Value
Dereference implements Map.
func (MapInt16Struct) Equals ¶
func (m MapInt16Struct) Equals(other Equatable) bool
Equals implements Map.
func (MapInt16Struct) Get ¶
func (m MapInt16Struct) Get(k interface{}) interface{}
Get implements Map.
func (MapInt16Struct) GetCheck ¶
func (m MapInt16Struct) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapInt16Struct) KeyValues ¶
func (m MapInt16Struct) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapInt16Struct) NotEquals ¶
func (m MapInt16Struct) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapInt16Struct) Reference ¶
func (m MapInt16Struct) Reference() Pointer
Reference implements Map.
type MapInt32Int ¶
MapInt32Int is a map from int32 to int.
func (*MapInt32Int) Dereference ¶
func (m *MapInt32Int) Dereference() Value
Dereference implements Map.
func (MapInt32Int) Equals ¶
func (m MapInt32Int) Equals(other Equatable) bool
Equals implements Map.
func (MapInt32Int) GetCheck ¶
func (m MapInt32Int) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapInt32Int) KeyValues ¶
func (m MapInt32Int) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapInt32Int) NotEquals ¶
func (m MapInt32Int) NotEquals(other Equatable) bool
NotEquals implements Map.
type MapInt32String ¶
MapInt32String is a map from int32 to string.
func (*MapInt32String) Dereference ¶
func (m *MapInt32String) Dereference() Value
Dereference implements Map.
func (MapInt32String) Equals ¶
func (m MapInt32String) Equals(other Equatable) bool
Equals implements Map.
func (MapInt32String) Get ¶
func (m MapInt32String) Get(k interface{}) interface{}
Get implements Map.
func (MapInt32String) GetCheck ¶
func (m MapInt32String) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapInt32String) KeyValues ¶
func (m MapInt32String) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapInt32String) NotEquals ¶
func (m MapInt32String) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapInt32String) Reference ¶
func (m MapInt32String) Reference() Pointer
Reference implements Map.
type MapInt32Struct ¶
type MapInt32Struct map[int32]struct{}
MapInt32Struct is a map from int32 to struct{}.
func (*MapInt32Struct) Dereference ¶
func (m *MapInt32Struct) Dereference() Value
Dereference implements Map.
func (MapInt32Struct) Equals ¶
func (m MapInt32Struct) Equals(other Equatable) bool
Equals implements Map.
func (MapInt32Struct) Get ¶
func (m MapInt32Struct) Get(k interface{}) interface{}
Get implements Map.
func (MapInt32Struct) GetCheck ¶
func (m MapInt32Struct) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapInt32Struct) KeyValues ¶
func (m MapInt32Struct) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapInt32Struct) NotEquals ¶
func (m MapInt32Struct) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapInt32Struct) Reference ¶
func (m MapInt32Struct) Reference() Pointer
Reference implements Map.
type MapInt64Int ¶
MapInt64Int is a map from int64 to int.
func (*MapInt64Int) Dereference ¶
func (m *MapInt64Int) Dereference() Value
Dereference implements Map.
func (MapInt64Int) Equals ¶
func (m MapInt64Int) Equals(other Equatable) bool
Equals implements Map.
func (MapInt64Int) GetCheck ¶
func (m MapInt64Int) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapInt64Int) KeyValues ¶
func (m MapInt64Int) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapInt64Int) NotEquals ¶
func (m MapInt64Int) NotEquals(other Equatable) bool
NotEquals implements Map.
type MapInt64String ¶
MapInt64String is a map from int64 to string.
func (*MapInt64String) Dereference ¶
func (m *MapInt64String) Dereference() Value
Dereference implements Map.
func (MapInt64String) Equals ¶
func (m MapInt64String) Equals(other Equatable) bool
Equals implements Map.
func (MapInt64String) Get ¶
func (m MapInt64String) Get(k interface{}) interface{}
Get implements Map.
func (MapInt64String) GetCheck ¶
func (m MapInt64String) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapInt64String) KeyValues ¶
func (m MapInt64String) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapInt64String) NotEquals ¶
func (m MapInt64String) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapInt64String) Reference ¶
func (m MapInt64String) Reference() Pointer
Reference implements Map.
type MapInt64Struct ¶
type MapInt64Struct map[int64]struct{}
MapInt64Struct is a map from int64 to struct{}.
func (*MapInt64Struct) Dereference ¶
func (m *MapInt64Struct) Dereference() Value
Dereference implements Map.
func (MapInt64Struct) Equals ¶
func (m MapInt64Struct) Equals(other Equatable) bool
Equals implements Map.
func (MapInt64Struct) Get ¶
func (m MapInt64Struct) Get(k interface{}) interface{}
Get implements Map.
func (MapInt64Struct) GetCheck ¶
func (m MapInt64Struct) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapInt64Struct) KeyValues ¶
func (m MapInt64Struct) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapInt64Struct) NotEquals ¶
func (m MapInt64Struct) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapInt64Struct) Reference ¶
func (m MapInt64Struct) Reference() Pointer
Reference implements Map.
type MapInt8Int ¶
MapInt8Int is a map from int8 to int.
func (*MapInt8Int) Dereference ¶
func (m *MapInt8Int) Dereference() Value
Dereference implements Map.
func (MapInt8Int) GetCheck ¶
func (m MapInt8Int) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapInt8Int) KeyValues ¶
func (m MapInt8Int) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapInt8Int) NotEquals ¶
func (m MapInt8Int) NotEquals(other Equatable) bool
NotEquals implements Map.
type MapInt8String ¶
MapInt8String is a map from int8 to string.
func (*MapInt8String) Dereference ¶
func (m *MapInt8String) Dereference() Value
Dereference implements Map.
func (MapInt8String) Equals ¶
func (m MapInt8String) Equals(other Equatable) bool
Equals implements Map.
func (MapInt8String) Get ¶
func (m MapInt8String) Get(k interface{}) interface{}
Get implements Map.
func (MapInt8String) GetCheck ¶
func (m MapInt8String) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapInt8String) KeyValues ¶
func (m MapInt8String) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapInt8String) NotEquals ¶
func (m MapInt8String) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapInt8String) Reference ¶
func (m MapInt8String) Reference() Pointer
Reference implements Map.
type MapInt8Struct ¶
type MapInt8Struct map[int8]struct{}
MapInt8Struct is a map from int8 to struct{}.
func (*MapInt8Struct) Dereference ¶
func (m *MapInt8Struct) Dereference() Value
Dereference implements Map.
func (MapInt8Struct) Equals ¶
func (m MapInt8Struct) Equals(other Equatable) bool
Equals implements Map.
func (MapInt8Struct) Get ¶
func (m MapInt8Struct) Get(k interface{}) interface{}
Get implements Map.
func (MapInt8Struct) GetCheck ¶
func (m MapInt8Struct) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapInt8Struct) KeyValues ¶
func (m MapInt8Struct) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapInt8Struct) NotEquals ¶
func (m MapInt8Struct) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapInt8Struct) Reference ¶
func (m MapInt8Struct) Reference() Pointer
Reference implements Map.
type MapIntBool ¶
MapIntBool is a map from int to bool.
func (*MapIntBool) Dereference ¶
func (m *MapIntBool) Dereference() Value
Dereference implements Map.
func (MapIntBool) GetCheck ¶
func (m MapIntBool) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapIntBool) KeyValues ¶
func (m MapIntBool) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapIntBool) NotEquals ¶
func (m MapIntBool) NotEquals(other Equatable) bool
NotEquals implements Map.
type MapIntByte ¶
MapIntByte is a map from int to byte.
func (*MapIntByte) Dereference ¶
func (m *MapIntByte) Dereference() Value
Dereference implements Map.
func (MapIntByte) GetCheck ¶
func (m MapIntByte) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapIntByte) KeyValues ¶
func (m MapIntByte) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapIntByte) NotEquals ¶
func (m MapIntByte) NotEquals(other Equatable) bool
NotEquals implements Map.
type MapIntComplex128 ¶
type MapIntComplex128 map[int]complex128
MapIntComplex128 is a map from int to complex128.
func (MapIntComplex128) Delete ¶
func (m MapIntComplex128) Delete(k interface{})
Delete implements Map.
func (*MapIntComplex128) Dereference ¶
func (m *MapIntComplex128) Dereference() Value
Dereference implements Map.
func (MapIntComplex128) Equals ¶
func (m MapIntComplex128) Equals(other Equatable) bool
Equals implements Map.
func (MapIntComplex128) Get ¶
func (m MapIntComplex128) Get(k interface{}) interface{}
Get implements Map.
func (MapIntComplex128) GetCheck ¶
func (m MapIntComplex128) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapIntComplex128) KeyValues ¶
func (m MapIntComplex128) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapIntComplex128) NotEquals ¶
func (m MapIntComplex128) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapIntComplex128) Reference ¶
func (m MapIntComplex128) Reference() Pointer
Reference implements Map.
type MapIntComplex64 ¶
MapIntComplex64 is a map from int to complex64.
func (MapIntComplex64) Delete ¶
func (m MapIntComplex64) Delete(k interface{})
Delete implements Map.
func (*MapIntComplex64) Dereference ¶
func (m *MapIntComplex64) Dereference() Value
Dereference implements Map.
func (MapIntComplex64) Equals ¶
func (m MapIntComplex64) Equals(other Equatable) bool
Equals implements Map.
func (MapIntComplex64) Get ¶
func (m MapIntComplex64) Get(k interface{}) interface{}
Get implements Map.
func (MapIntComplex64) GetCheck ¶
func (m MapIntComplex64) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapIntComplex64) KeyValues ¶
func (m MapIntComplex64) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapIntComplex64) NotEquals ¶
func (m MapIntComplex64) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapIntComplex64) Reference ¶
func (m MapIntComplex64) Reference() Pointer
Reference implements Map.
type MapIntFloat32 ¶
MapIntFloat32 is a map from int to float32.
func (*MapIntFloat32) Dereference ¶
func (m *MapIntFloat32) Dereference() Value
Dereference implements Map.
func (MapIntFloat32) Equals ¶
func (m MapIntFloat32) Equals(other Equatable) bool
Equals implements Map.
func (MapIntFloat32) Get ¶
func (m MapIntFloat32) Get(k interface{}) interface{}
Get implements Map.
func (MapIntFloat32) GetCheck ¶
func (m MapIntFloat32) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapIntFloat32) KeyValues ¶
func (m MapIntFloat32) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapIntFloat32) NotEquals ¶
func (m MapIntFloat32) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapIntFloat32) Reference ¶
func (m MapIntFloat32) Reference() Pointer
Reference implements Map.
type MapIntFloat64 ¶
MapIntFloat64 is a map from int to float64.
func (*MapIntFloat64) Dereference ¶
func (m *MapIntFloat64) Dereference() Value
Dereference implements Map.
func (MapIntFloat64) Equals ¶
func (m MapIntFloat64) Equals(other Equatable) bool
Equals implements Map.
func (MapIntFloat64) Get ¶
func (m MapIntFloat64) Get(k interface{}) interface{}
Get implements Map.
func (MapIntFloat64) GetCheck ¶
func (m MapIntFloat64) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapIntFloat64) KeyValues ¶
func (m MapIntFloat64) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapIntFloat64) NotEquals ¶
func (m MapIntFloat64) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapIntFloat64) Reference ¶
func (m MapIntFloat64) Reference() Pointer
Reference implements Map.
type MapIntInt ¶
MapIntInt is a map from int to int.
func (MapIntInt) KeyValues ¶
func (m MapIntInt) KeyValues() [][2]interface{}
KeyValues implements Map.
type MapIntInt16 ¶
MapIntInt16 is a map from int to int16.
func (*MapIntInt16) Dereference ¶
func (m *MapIntInt16) Dereference() Value
Dereference implements Map.
func (MapIntInt16) Equals ¶
func (m MapIntInt16) Equals(other Equatable) bool
Equals implements Map.
func (MapIntInt16) GetCheck ¶
func (m MapIntInt16) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapIntInt16) KeyValues ¶
func (m MapIntInt16) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapIntInt16) NotEquals ¶
func (m MapIntInt16) NotEquals(other Equatable) bool
NotEquals implements Map.
type MapIntInt32 ¶
MapIntInt32 is a map from int to int32.
func (*MapIntInt32) Dereference ¶
func (m *MapIntInt32) Dereference() Value
Dereference implements Map.
func (MapIntInt32) Equals ¶
func (m MapIntInt32) Equals(other Equatable) bool
Equals implements Map.
func (MapIntInt32) GetCheck ¶
func (m MapIntInt32) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapIntInt32) KeyValues ¶
func (m MapIntInt32) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapIntInt32) NotEquals ¶
func (m MapIntInt32) NotEquals(other Equatable) bool
NotEquals implements Map.
type MapIntInt64 ¶
MapIntInt64 is a map from int to int64.
func (*MapIntInt64) Dereference ¶
func (m *MapIntInt64) Dereference() Value
Dereference implements Map.
func (MapIntInt64) Equals ¶
func (m MapIntInt64) Equals(other Equatable) bool
Equals implements Map.
func (MapIntInt64) GetCheck ¶
func (m MapIntInt64) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapIntInt64) KeyValues ¶
func (m MapIntInt64) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapIntInt64) NotEquals ¶
func (m MapIntInt64) NotEquals(other Equatable) bool
NotEquals implements Map.
type MapIntInt8 ¶
MapIntInt8 is a map from int to int8.
func (*MapIntInt8) Dereference ¶
func (m *MapIntInt8) Dereference() Value
Dereference implements Map.
func (MapIntInt8) GetCheck ¶
func (m MapIntInt8) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapIntInt8) KeyValues ¶
func (m MapIntInt8) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapIntInt8) NotEquals ¶
func (m MapIntInt8) NotEquals(other Equatable) bool
NotEquals implements Map.
type MapIntInterface ¶
type MapIntInterface map[int]interface{}
MapIntInterface is a map from int to interface{}.
func (MapIntInterface) Delete ¶
func (m MapIntInterface) Delete(k interface{})
Delete implements Map.
func (*MapIntInterface) Dereference ¶
func (m *MapIntInterface) Dereference() Value
Dereference implements Map.
func (MapIntInterface) Equals ¶
func (m MapIntInterface) Equals(other Equatable) bool
Equals implements Map.
func (MapIntInterface) Get ¶
func (m MapIntInterface) Get(k interface{}) interface{}
Get implements Map.
func (MapIntInterface) GetCheck ¶
func (m MapIntInterface) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapIntInterface) KeyValues ¶
func (m MapIntInterface) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapIntInterface) NotEquals ¶
func (m MapIntInterface) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapIntInterface) Reference ¶
func (m MapIntInterface) Reference() Pointer
Reference implements Map.
type MapIntRune ¶
MapIntRune is a map from int to rune.
func (*MapIntRune) Dereference ¶
func (m *MapIntRune) Dereference() Value
Dereference implements Map.
func (MapIntRune) GetCheck ¶
func (m MapIntRune) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapIntRune) KeyValues ¶
func (m MapIntRune) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapIntRune) NotEquals ¶
func (m MapIntRune) NotEquals(other Equatable) bool
NotEquals implements Map.
type MapIntString ¶
MapIntString is a map from int to string.
func (*MapIntString) Dereference ¶
func (m *MapIntString) Dereference() Value
Dereference implements Map.
func (MapIntString) Equals ¶
func (m MapIntString) Equals(other Equatable) bool
Equals implements Map.
func (MapIntString) GetCheck ¶
func (m MapIntString) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapIntString) KeyValues ¶
func (m MapIntString) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapIntString) NotEquals ¶
func (m MapIntString) NotEquals(other Equatable) bool
NotEquals implements Map.
type MapIntStruct ¶
type MapIntStruct map[int]struct{}
MapIntStruct is a map from int to struct{}.
func (*MapIntStruct) Dereference ¶
func (m *MapIntStruct) Dereference() Value
Dereference implements Map.
func (MapIntStruct) Equals ¶
func (m MapIntStruct) Equals(other Equatable) bool
Equals implements Map.
func (MapIntStruct) GetCheck ¶
func (m MapIntStruct) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapIntStruct) KeyValues ¶
func (m MapIntStruct) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapIntStruct) NotEquals ¶
func (m MapIntStruct) NotEquals(other Equatable) bool
NotEquals implements Map.
type MapIntUint ¶
MapIntUint is a map from int to uint.
func (*MapIntUint) Dereference ¶
func (m *MapIntUint) Dereference() Value
Dereference implements Map.
func (MapIntUint) GetCheck ¶
func (m MapIntUint) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapIntUint) KeyValues ¶
func (m MapIntUint) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapIntUint) NotEquals ¶
func (m MapIntUint) NotEquals(other Equatable) bool
NotEquals implements Map.
type MapIntUint16 ¶
MapIntUint16 is a map from int to uint16.
func (*MapIntUint16) Dereference ¶
func (m *MapIntUint16) Dereference() Value
Dereference implements Map.
func (MapIntUint16) Equals ¶
func (m MapIntUint16) Equals(other Equatable) bool
Equals implements Map.
func (MapIntUint16) GetCheck ¶
func (m MapIntUint16) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapIntUint16) KeyValues ¶
func (m MapIntUint16) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapIntUint16) NotEquals ¶
func (m MapIntUint16) NotEquals(other Equatable) bool
NotEquals implements Map.
type MapIntUint32 ¶
MapIntUint32 is a map from int to uint32.
func (*MapIntUint32) Dereference ¶
func (m *MapIntUint32) Dereference() Value
Dereference implements Map.
func (MapIntUint32) Equals ¶
func (m MapIntUint32) Equals(other Equatable) bool
Equals implements Map.
func (MapIntUint32) GetCheck ¶
func (m MapIntUint32) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapIntUint32) KeyValues ¶
func (m MapIntUint32) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapIntUint32) NotEquals ¶
func (m MapIntUint32) NotEquals(other Equatable) bool
NotEquals implements Map.
type MapIntUint64 ¶
MapIntUint64 is a map from int to uint64.
func (*MapIntUint64) Dereference ¶
func (m *MapIntUint64) Dereference() Value
Dereference implements Map.
func (MapIntUint64) Equals ¶
func (m MapIntUint64) Equals(other Equatable) bool
Equals implements Map.
func (MapIntUint64) GetCheck ¶
func (m MapIntUint64) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapIntUint64) KeyValues ¶
func (m MapIntUint64) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapIntUint64) NotEquals ¶
func (m MapIntUint64) NotEquals(other Equatable) bool
NotEquals implements Map.
type MapIntUint8 ¶
MapIntUint8 is a map from int to uint8.
func (*MapIntUint8) Dereference ¶
func (m *MapIntUint8) Dereference() Value
Dereference implements Map.
func (MapIntUint8) Equals ¶
func (m MapIntUint8) Equals(other Equatable) bool
Equals implements Map.
func (MapIntUint8) GetCheck ¶
func (m MapIntUint8) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapIntUint8) KeyValues ¶
func (m MapIntUint8) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapIntUint8) NotEquals ¶
func (m MapIntUint8) NotEquals(other Equatable) bool
NotEquals implements Map.
type MapIntUintptr ¶
MapIntUintptr is a map from int to uintptr.
func (*MapIntUintptr) Dereference ¶
func (m *MapIntUintptr) Dereference() Value
Dereference implements Map.
func (MapIntUintptr) Equals ¶
func (m MapIntUintptr) Equals(other Equatable) bool
Equals implements Map.
func (MapIntUintptr) Get ¶
func (m MapIntUintptr) Get(k interface{}) interface{}
Get implements Map.
func (MapIntUintptr) GetCheck ¶
func (m MapIntUintptr) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapIntUintptr) KeyValues ¶
func (m MapIntUintptr) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapIntUintptr) NotEquals ¶
func (m MapIntUintptr) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapIntUintptr) Reference ¶
func (m MapIntUintptr) Reference() Pointer
Reference implements Map.
type MapInterfaceBool ¶
type MapInterfaceBool map[interface{}]bool
MapInterfaceBool is a map from interface{} to bool.
func (MapInterfaceBool) Delete ¶
func (m MapInterfaceBool) Delete(k interface{})
Delete implements Map.
func (*MapInterfaceBool) Dereference ¶
func (m *MapInterfaceBool) Dereference() Value
Dereference implements Map.
func (MapInterfaceBool) Equals ¶
func (m MapInterfaceBool) Equals(other Equatable) bool
Equals implements Map.
func (MapInterfaceBool) Get ¶
func (m MapInterfaceBool) Get(k interface{}) interface{}
Get implements Map.
func (MapInterfaceBool) GetCheck ¶
func (m MapInterfaceBool) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapInterfaceBool) KeyValues ¶
func (m MapInterfaceBool) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapInterfaceBool) NotEquals ¶
func (m MapInterfaceBool) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapInterfaceBool) Reference ¶
func (m MapInterfaceBool) Reference() Pointer
Reference implements Map.
type MapInterfaceInt ¶
type MapInterfaceInt map[interface{}]int
MapInterfaceInt is a map from interface{} to int.
func (MapInterfaceInt) Delete ¶
func (m MapInterfaceInt) Delete(k interface{})
Delete implements Map.
func (*MapInterfaceInt) Dereference ¶
func (m *MapInterfaceInt) Dereference() Value
Dereference implements Map.
func (MapInterfaceInt) Equals ¶
func (m MapInterfaceInt) Equals(other Equatable) bool
Equals implements Map.
func (MapInterfaceInt) Get ¶
func (m MapInterfaceInt) Get(k interface{}) interface{}
Get implements Map.
func (MapInterfaceInt) GetCheck ¶
func (m MapInterfaceInt) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapInterfaceInt) KeyValues ¶
func (m MapInterfaceInt) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapInterfaceInt) NotEquals ¶
func (m MapInterfaceInt) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapInterfaceInt) Reference ¶
func (m MapInterfaceInt) Reference() Pointer
Reference implements Map.
type MapInterfaceInterface ¶
type MapInterfaceInterface map[interface{}]interface{}
MapInterfaceInterface is a map from interface{} to interface{}.
func (MapInterfaceInterface) Delete ¶
func (m MapInterfaceInterface) Delete(k interface{})
Delete implements Map.
func (*MapInterfaceInterface) Dereference ¶
func (m *MapInterfaceInterface) Dereference() Value
Dereference implements Map.
func (MapInterfaceInterface) Equals ¶
func (m MapInterfaceInterface) Equals(other Equatable) bool
Equals implements Map.
func (MapInterfaceInterface) Get ¶
func (m MapInterfaceInterface) Get(k interface{}) interface{}
Get implements Map.
func (MapInterfaceInterface) GetCheck ¶
func (m MapInterfaceInterface) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapInterfaceInterface) KeyValues ¶
func (m MapInterfaceInterface) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapInterfaceInterface) Keys ¶
func (m MapInterfaceInterface) Keys() []interface{}
Keys implements Map.
func (MapInterfaceInterface) Make ¶
func (m MapInterfaceInterface) Make(c int) Map
Make implements Map.
func (MapInterfaceInterface) NotEquals ¶
func (m MapInterfaceInterface) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapInterfaceInterface) Reference ¶
func (m MapInterfaceInterface) Reference() Pointer
Reference implements Map.
func (MapInterfaceInterface) Set ¶
func (m MapInterfaceInterface) Set(k, v interface{})
Set implements Map.
type MapInterfaceString ¶
type MapInterfaceString map[interface{}]string
MapInterfaceString is a map from interface{} to string.
func (MapInterfaceString) Delete ¶
func (m MapInterfaceString) Delete(k interface{})
Delete implements Map.
func (*MapInterfaceString) Dereference ¶
func (m *MapInterfaceString) Dereference() Value
Dereference implements Map.
func (MapInterfaceString) Equals ¶
func (m MapInterfaceString) Equals(other Equatable) bool
Equals implements Map.
func (MapInterfaceString) Get ¶
func (m MapInterfaceString) Get(k interface{}) interface{}
Get implements Map.
func (MapInterfaceString) GetCheck ¶
func (m MapInterfaceString) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapInterfaceString) KeyValues ¶
func (m MapInterfaceString) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapInterfaceString) Keys ¶
func (m MapInterfaceString) Keys() []interface{}
Keys implements Map.
func (MapInterfaceString) NotEquals ¶
func (m MapInterfaceString) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapInterfaceString) Reference ¶
func (m MapInterfaceString) Reference() Pointer
Reference implements Map.
func (MapInterfaceString) Set ¶
func (m MapInterfaceString) Set(k, v interface{})
Set implements Map.
type MapInterfaceStruct ¶
type MapInterfaceStruct map[interface{}]struct{}
MapInterfaceStruct is a map from interface{} to struct{}.
func (MapInterfaceStruct) Delete ¶
func (m MapInterfaceStruct) Delete(k interface{})
Delete implements Map.
func (*MapInterfaceStruct) Dereference ¶
func (m *MapInterfaceStruct) Dereference() Value
Dereference implements Map.
func (MapInterfaceStruct) Equals ¶
func (m MapInterfaceStruct) Equals(other Equatable) bool
Equals implements Map.
func (MapInterfaceStruct) Get ¶
func (m MapInterfaceStruct) Get(k interface{}) interface{}
Get implements Map.
func (MapInterfaceStruct) GetCheck ¶
func (m MapInterfaceStruct) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapInterfaceStruct) KeyValues ¶
func (m MapInterfaceStruct) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapInterfaceStruct) Keys ¶
func (m MapInterfaceStruct) Keys() []interface{}
Keys implements Map.
func (MapInterfaceStruct) NotEquals ¶
func (m MapInterfaceStruct) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapInterfaceStruct) Reference ¶
func (m MapInterfaceStruct) Reference() Pointer
Reference implements Map.
func (MapInterfaceStruct) Set ¶
func (m MapInterfaceStruct) Set(k, v interface{})
Set implements Map.
type MapRuneInt ¶
MapRuneInt is a map from rune to int.
func (*MapRuneInt) Dereference ¶
func (m *MapRuneInt) Dereference() Value
Dereference implements Map.
func (MapRuneInt) GetCheck ¶
func (m MapRuneInt) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapRuneInt) KeyValues ¶
func (m MapRuneInt) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapRuneInt) NotEquals ¶
func (m MapRuneInt) NotEquals(other Equatable) bool
NotEquals implements Map.
type MapRuneString ¶
MapRuneString is a map from rune to string.
func (*MapRuneString) Dereference ¶
func (m *MapRuneString) Dereference() Value
Dereference implements Map.
func (MapRuneString) Equals ¶
func (m MapRuneString) Equals(other Equatable) bool
Equals implements Map.
func (MapRuneString) Get ¶
func (m MapRuneString) Get(k interface{}) interface{}
Get implements Map.
func (MapRuneString) GetCheck ¶
func (m MapRuneString) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapRuneString) KeyValues ¶
func (m MapRuneString) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapRuneString) NotEquals ¶
func (m MapRuneString) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapRuneString) Reference ¶
func (m MapRuneString) Reference() Pointer
Reference implements Map.
type MapRuneStruct ¶
type MapRuneStruct map[rune]struct{}
MapRuneStruct is a map from rune to struct{}.
func (*MapRuneStruct) Dereference ¶
func (m *MapRuneStruct) Dereference() Value
Dereference implements Map.
func (MapRuneStruct) Equals ¶
func (m MapRuneStruct) Equals(other Equatable) bool
Equals implements Map.
func (MapRuneStruct) Get ¶
func (m MapRuneStruct) Get(k interface{}) interface{}
Get implements Map.
func (MapRuneStruct) GetCheck ¶
func (m MapRuneStruct) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapRuneStruct) KeyValues ¶
func (m MapRuneStruct) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapRuneStruct) NotEquals ¶
func (m MapRuneStruct) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapRuneStruct) Reference ¶
func (m MapRuneStruct) Reference() Pointer
Reference implements Map.
type MapStringBool ¶
MapStringBool is a map from string to bool.
func (*MapStringBool) Dereference ¶
func (m *MapStringBool) Dereference() Value
Dereference implements Map.
func (MapStringBool) Equals ¶
func (m MapStringBool) Equals(other Equatable) bool
Equals implements Map.
func (MapStringBool) Get ¶
func (m MapStringBool) Get(k interface{}) interface{}
Get implements Map.
func (MapStringBool) GetCheck ¶
func (m MapStringBool) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapStringBool) KeyValues ¶
func (m MapStringBool) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapStringBool) NotEquals ¶
func (m MapStringBool) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapStringBool) Reference ¶
func (m MapStringBool) Reference() Pointer
Reference implements Map.
type MapStringByte ¶
MapStringByte is a map from string to byte.
func (*MapStringByte) Dereference ¶
func (m *MapStringByte) Dereference() Value
Dereference implements Map.
func (MapStringByte) Equals ¶
func (m MapStringByte) Equals(other Equatable) bool
Equals implements Map.
func (MapStringByte) Get ¶
func (m MapStringByte) Get(k interface{}) interface{}
Get implements Map.
func (MapStringByte) GetCheck ¶
func (m MapStringByte) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapStringByte) KeyValues ¶
func (m MapStringByte) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapStringByte) NotEquals ¶
func (m MapStringByte) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapStringByte) Reference ¶
func (m MapStringByte) Reference() Pointer
Reference implements Map.
type MapStringComplex128 ¶
type MapStringComplex128 map[string]complex128
MapStringComplex128 is a map from string to complex128.
func (MapStringComplex128) Delete ¶
func (m MapStringComplex128) Delete(k interface{})
Delete implements Map.
func (*MapStringComplex128) Dereference ¶
func (m *MapStringComplex128) Dereference() Value
Dereference implements Map.
func (MapStringComplex128) Equals ¶
func (m MapStringComplex128) Equals(other Equatable) bool
Equals implements Map.
func (MapStringComplex128) Get ¶
func (m MapStringComplex128) Get(k interface{}) interface{}
Get implements Map.
func (MapStringComplex128) GetCheck ¶
func (m MapStringComplex128) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapStringComplex128) KeyValues ¶
func (m MapStringComplex128) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapStringComplex128) Keys ¶
func (m MapStringComplex128) Keys() []interface{}
Keys implements Map.
func (MapStringComplex128) NotEquals ¶
func (m MapStringComplex128) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapStringComplex128) Reference ¶
func (m MapStringComplex128) Reference() Pointer
Reference implements Map.
func (MapStringComplex128) Set ¶
func (m MapStringComplex128) Set(k, v interface{})
Set implements Map.
type MapStringComplex64 ¶
MapStringComplex64 is a map from string to complex64.
func (MapStringComplex64) Delete ¶
func (m MapStringComplex64) Delete(k interface{})
Delete implements Map.
func (*MapStringComplex64) Dereference ¶
func (m *MapStringComplex64) Dereference() Value
Dereference implements Map.
func (MapStringComplex64) Equals ¶
func (m MapStringComplex64) Equals(other Equatable) bool
Equals implements Map.
func (MapStringComplex64) Get ¶
func (m MapStringComplex64) Get(k interface{}) interface{}
Get implements Map.
func (MapStringComplex64) GetCheck ¶
func (m MapStringComplex64) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapStringComplex64) KeyValues ¶
func (m MapStringComplex64) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapStringComplex64) Keys ¶
func (m MapStringComplex64) Keys() []interface{}
Keys implements Map.
func (MapStringComplex64) NotEquals ¶
func (m MapStringComplex64) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapStringComplex64) Reference ¶
func (m MapStringComplex64) Reference() Pointer
Reference implements Map.
func (MapStringComplex64) Set ¶
func (m MapStringComplex64) Set(k, v interface{})
Set implements Map.
type MapStringFloat32 ¶
MapStringFloat32 is a map from string to float32.
func (MapStringFloat32) Delete ¶
func (m MapStringFloat32) Delete(k interface{})
Delete implements Map.
func (*MapStringFloat32) Dereference ¶
func (m *MapStringFloat32) Dereference() Value
Dereference implements Map.
func (MapStringFloat32) Equals ¶
func (m MapStringFloat32) Equals(other Equatable) bool
Equals implements Map.
func (MapStringFloat32) Get ¶
func (m MapStringFloat32) Get(k interface{}) interface{}
Get implements Map.
func (MapStringFloat32) GetCheck ¶
func (m MapStringFloat32) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapStringFloat32) KeyValues ¶
func (m MapStringFloat32) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapStringFloat32) NotEquals ¶
func (m MapStringFloat32) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapStringFloat32) Reference ¶
func (m MapStringFloat32) Reference() Pointer
Reference implements Map.
type MapStringFloat64 ¶
MapStringFloat64 is a map from string to float64.
func (MapStringFloat64) Delete ¶
func (m MapStringFloat64) Delete(k interface{})
Delete implements Map.
func (*MapStringFloat64) Dereference ¶
func (m *MapStringFloat64) Dereference() Value
Dereference implements Map.
func (MapStringFloat64) Equals ¶
func (m MapStringFloat64) Equals(other Equatable) bool
Equals implements Map.
func (MapStringFloat64) Get ¶
func (m MapStringFloat64) Get(k interface{}) interface{}
Get implements Map.
func (MapStringFloat64) GetCheck ¶
func (m MapStringFloat64) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapStringFloat64) KeyValues ¶
func (m MapStringFloat64) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapStringFloat64) NotEquals ¶
func (m MapStringFloat64) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapStringFloat64) Reference ¶
func (m MapStringFloat64) Reference() Pointer
Reference implements Map.
type MapStringInt ¶
MapStringInt is a map from string to int.
func (*MapStringInt) Dereference ¶
func (m *MapStringInt) Dereference() Value
Dereference implements Map.
func (MapStringInt) Equals ¶
func (m MapStringInt) Equals(other Equatable) bool
Equals implements Map.
func (MapStringInt) GetCheck ¶
func (m MapStringInt) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapStringInt) KeyValues ¶
func (m MapStringInt) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapStringInt) NotEquals ¶
func (m MapStringInt) NotEquals(other Equatable) bool
NotEquals implements Map.
type MapStringInt16 ¶
MapStringInt16 is a map from string to int16.
func (*MapStringInt16) Dereference ¶
func (m *MapStringInt16) Dereference() Value
Dereference implements Map.
func (MapStringInt16) Equals ¶
func (m MapStringInt16) Equals(other Equatable) bool
Equals implements Map.
func (MapStringInt16) Get ¶
func (m MapStringInt16) Get(k interface{}) interface{}
Get implements Map.
func (MapStringInt16) GetCheck ¶
func (m MapStringInt16) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapStringInt16) KeyValues ¶
func (m MapStringInt16) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapStringInt16) NotEquals ¶
func (m MapStringInt16) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapStringInt16) Reference ¶
func (m MapStringInt16) Reference() Pointer
Reference implements Map.
type MapStringInt32 ¶
MapStringInt32 is a map from string to int32.
func (*MapStringInt32) Dereference ¶
func (m *MapStringInt32) Dereference() Value
Dereference implements Map.
func (MapStringInt32) Equals ¶
func (m MapStringInt32) Equals(other Equatable) bool
Equals implements Map.
func (MapStringInt32) Get ¶
func (m MapStringInt32) Get(k interface{}) interface{}
Get implements Map.
func (MapStringInt32) GetCheck ¶
func (m MapStringInt32) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapStringInt32) KeyValues ¶
func (m MapStringInt32) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapStringInt32) NotEquals ¶
func (m MapStringInt32) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapStringInt32) Reference ¶
func (m MapStringInt32) Reference() Pointer
Reference implements Map.
type MapStringInt64 ¶
MapStringInt64 is a map from string to int64.
func (*MapStringInt64) Dereference ¶
func (m *MapStringInt64) Dereference() Value
Dereference implements Map.
func (MapStringInt64) Equals ¶
func (m MapStringInt64) Equals(other Equatable) bool
Equals implements Map.
func (MapStringInt64) Get ¶
func (m MapStringInt64) Get(k interface{}) interface{}
Get implements Map.
func (MapStringInt64) GetCheck ¶
func (m MapStringInt64) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapStringInt64) KeyValues ¶
func (m MapStringInt64) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapStringInt64) NotEquals ¶
func (m MapStringInt64) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapStringInt64) Reference ¶
func (m MapStringInt64) Reference() Pointer
Reference implements Map.
type MapStringInt8 ¶
MapStringInt8 is a map from string to int8.
func (*MapStringInt8) Dereference ¶
func (m *MapStringInt8) Dereference() Value
Dereference implements Map.
func (MapStringInt8) Equals ¶
func (m MapStringInt8) Equals(other Equatable) bool
Equals implements Map.
func (MapStringInt8) Get ¶
func (m MapStringInt8) Get(k interface{}) interface{}
Get implements Map.
func (MapStringInt8) GetCheck ¶
func (m MapStringInt8) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapStringInt8) KeyValues ¶
func (m MapStringInt8) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapStringInt8) NotEquals ¶
func (m MapStringInt8) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapStringInt8) Reference ¶
func (m MapStringInt8) Reference() Pointer
Reference implements Map.
type MapStringInterface ¶
type MapStringInterface map[string]interface{}
MapStringInterface is a map from string to interface{}.
func (MapStringInterface) Delete ¶
func (m MapStringInterface) Delete(k interface{})
Delete implements Map.
func (*MapStringInterface) Dereference ¶
func (m *MapStringInterface) Dereference() Value
Dereference implements Map.
func (MapStringInterface) Equals ¶
func (m MapStringInterface) Equals(other Equatable) bool
Equals implements Map.
func (MapStringInterface) Get ¶
func (m MapStringInterface) Get(k interface{}) interface{}
Get implements Map.
func (MapStringInterface) GetCheck ¶
func (m MapStringInterface) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapStringInterface) KeyValues ¶
func (m MapStringInterface) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapStringInterface) Keys ¶
func (m MapStringInterface) Keys() []interface{}
Keys implements Map.
func (MapStringInterface) NotEquals ¶
func (m MapStringInterface) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapStringInterface) Reference ¶
func (m MapStringInterface) Reference() Pointer
Reference implements Map.
func (MapStringInterface) Set ¶
func (m MapStringInterface) Set(k, v interface{})
Set implements Map.
type MapStringRune ¶
MapStringRune is a map from string to rune.
func (*MapStringRune) Dereference ¶
func (m *MapStringRune) Dereference() Value
Dereference implements Map.
func (MapStringRune) Equals ¶
func (m MapStringRune) Equals(other Equatable) bool
Equals implements Map.
func (MapStringRune) Get ¶
func (m MapStringRune) Get(k interface{}) interface{}
Get implements Map.
func (MapStringRune) GetCheck ¶
func (m MapStringRune) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapStringRune) KeyValues ¶
func (m MapStringRune) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapStringRune) NotEquals ¶
func (m MapStringRune) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapStringRune) Reference ¶
func (m MapStringRune) Reference() Pointer
Reference implements Map.
type MapStringString ¶
MapStringString is a map from string to string.
func (MapStringString) Delete ¶
func (m MapStringString) Delete(k interface{})
Delete implements Map.
func (*MapStringString) Dereference ¶
func (m *MapStringString) Dereference() Value
Dereference implements Map.
func (MapStringString) Equals ¶
func (m MapStringString) Equals(other Equatable) bool
Equals implements Map.
func (MapStringString) Get ¶
func (m MapStringString) Get(k interface{}) interface{}
Get implements Map.
func (MapStringString) GetCheck ¶
func (m MapStringString) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapStringString) KeyValues ¶
func (m MapStringString) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapStringString) NotEquals ¶
func (m MapStringString) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapStringString) Reference ¶
func (m MapStringString) Reference() Pointer
Reference implements Map.
type MapStringStruct ¶
type MapStringStruct map[string]struct{}
MapStringStruct is a map from string to struct{}.
func (MapStringStruct) Delete ¶
func (m MapStringStruct) Delete(k interface{})
Delete implements Map.
func (*MapStringStruct) Dereference ¶
func (m *MapStringStruct) Dereference() Value
Dereference implements Map.
func (MapStringStruct) Equals ¶
func (m MapStringStruct) Equals(other Equatable) bool
Equals implements Map.
func (MapStringStruct) Get ¶
func (m MapStringStruct) Get(k interface{}) interface{}
Get implements Map.
func (MapStringStruct) GetCheck ¶
func (m MapStringStruct) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapStringStruct) KeyValues ¶
func (m MapStringStruct) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapStringStruct) NotEquals ¶
func (m MapStringStruct) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapStringStruct) Reference ¶
func (m MapStringStruct) Reference() Pointer
Reference implements Map.
type MapStringUint ¶
MapStringUint is a map from string to uint.
func (*MapStringUint) Dereference ¶
func (m *MapStringUint) Dereference() Value
Dereference implements Map.
func (MapStringUint) Equals ¶
func (m MapStringUint) Equals(other Equatable) bool
Equals implements Map.
func (MapStringUint) Get ¶
func (m MapStringUint) Get(k interface{}) interface{}
Get implements Map.
func (MapStringUint) GetCheck ¶
func (m MapStringUint) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapStringUint) KeyValues ¶
func (m MapStringUint) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapStringUint) NotEquals ¶
func (m MapStringUint) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapStringUint) Reference ¶
func (m MapStringUint) Reference() Pointer
Reference implements Map.
type MapStringUint16 ¶
MapStringUint16 is a map from string to uint16.
func (MapStringUint16) Delete ¶
func (m MapStringUint16) Delete(k interface{})
Delete implements Map.
func (*MapStringUint16) Dereference ¶
func (m *MapStringUint16) Dereference() Value
Dereference implements Map.
func (MapStringUint16) Equals ¶
func (m MapStringUint16) Equals(other Equatable) bool
Equals implements Map.
func (MapStringUint16) Get ¶
func (m MapStringUint16) Get(k interface{}) interface{}
Get implements Map.
func (MapStringUint16) GetCheck ¶
func (m MapStringUint16) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapStringUint16) KeyValues ¶
func (m MapStringUint16) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapStringUint16) NotEquals ¶
func (m MapStringUint16) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapStringUint16) Reference ¶
func (m MapStringUint16) Reference() Pointer
Reference implements Map.
type MapStringUint32 ¶
MapStringUint32 is a map from string to uint32.
func (MapStringUint32) Delete ¶
func (m MapStringUint32) Delete(k interface{})
Delete implements Map.
func (*MapStringUint32) Dereference ¶
func (m *MapStringUint32) Dereference() Value
Dereference implements Map.
func (MapStringUint32) Equals ¶
func (m MapStringUint32) Equals(other Equatable) bool
Equals implements Map.
func (MapStringUint32) Get ¶
func (m MapStringUint32) Get(k interface{}) interface{}
Get implements Map.
func (MapStringUint32) GetCheck ¶
func (m MapStringUint32) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapStringUint32) KeyValues ¶
func (m MapStringUint32) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapStringUint32) NotEquals ¶
func (m MapStringUint32) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapStringUint32) Reference ¶
func (m MapStringUint32) Reference() Pointer
Reference implements Map.
type MapStringUint64 ¶
MapStringUint64 is a map from string to uint64.
func (MapStringUint64) Delete ¶
func (m MapStringUint64) Delete(k interface{})
Delete implements Map.
func (*MapStringUint64) Dereference ¶
func (m *MapStringUint64) Dereference() Value
Dereference implements Map.
func (MapStringUint64) Equals ¶
func (m MapStringUint64) Equals(other Equatable) bool
Equals implements Map.
func (MapStringUint64) Get ¶
func (m MapStringUint64) Get(k interface{}) interface{}
Get implements Map.
func (MapStringUint64) GetCheck ¶
func (m MapStringUint64) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapStringUint64) KeyValues ¶
func (m MapStringUint64) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapStringUint64) NotEquals ¶
func (m MapStringUint64) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapStringUint64) Reference ¶
func (m MapStringUint64) Reference() Pointer
Reference implements Map.
type MapStringUint8 ¶
MapStringUint8 is a map from string to uint8.
func (*MapStringUint8) Dereference ¶
func (m *MapStringUint8) Dereference() Value
Dereference implements Map.
func (MapStringUint8) Equals ¶
func (m MapStringUint8) Equals(other Equatable) bool
Equals implements Map.
func (MapStringUint8) Get ¶
func (m MapStringUint8) Get(k interface{}) interface{}
Get implements Map.
func (MapStringUint8) GetCheck ¶
func (m MapStringUint8) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapStringUint8) KeyValues ¶
func (m MapStringUint8) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapStringUint8) NotEquals ¶
func (m MapStringUint8) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapStringUint8) Reference ¶
func (m MapStringUint8) Reference() Pointer
Reference implements Map.
type MapStringUintptr ¶
MapStringUintptr is a map from string to uintptr.
func (MapStringUintptr) Delete ¶
func (m MapStringUintptr) Delete(k interface{})
Delete implements Map.
func (*MapStringUintptr) Dereference ¶
func (m *MapStringUintptr) Dereference() Value
Dereference implements Map.
func (MapStringUintptr) Equals ¶
func (m MapStringUintptr) Equals(other Equatable) bool
Equals implements Map.
func (MapStringUintptr) Get ¶
func (m MapStringUintptr) Get(k interface{}) interface{}
Get implements Map.
func (MapStringUintptr) GetCheck ¶
func (m MapStringUintptr) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapStringUintptr) KeyValues ¶
func (m MapStringUintptr) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapStringUintptr) NotEquals ¶
func (m MapStringUintptr) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapStringUintptr) Reference ¶
func (m MapStringUintptr) Reference() Pointer
Reference implements Map.
type MapUint16Int ¶
MapUint16Int is a map from uint16 to int.
func (*MapUint16Int) Dereference ¶
func (m *MapUint16Int) Dereference() Value
Dereference implements Map.
func (MapUint16Int) Equals ¶
func (m MapUint16Int) Equals(other Equatable) bool
Equals implements Map.
func (MapUint16Int) GetCheck ¶
func (m MapUint16Int) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapUint16Int) KeyValues ¶
func (m MapUint16Int) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapUint16Int) NotEquals ¶
func (m MapUint16Int) NotEquals(other Equatable) bool
NotEquals implements Map.
type MapUint16String ¶
MapUint16String is a map from uint16 to string.
func (MapUint16String) Delete ¶
func (m MapUint16String) Delete(k interface{})
Delete implements Map.
func (*MapUint16String) Dereference ¶
func (m *MapUint16String) Dereference() Value
Dereference implements Map.
func (MapUint16String) Equals ¶
func (m MapUint16String) Equals(other Equatable) bool
Equals implements Map.
func (MapUint16String) Get ¶
func (m MapUint16String) Get(k interface{}) interface{}
Get implements Map.
func (MapUint16String) GetCheck ¶
func (m MapUint16String) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapUint16String) KeyValues ¶
func (m MapUint16String) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapUint16String) NotEquals ¶
func (m MapUint16String) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapUint16String) Reference ¶
func (m MapUint16String) Reference() Pointer
Reference implements Map.
type MapUint16Struct ¶
type MapUint16Struct map[uint16]struct{}
MapUint16Struct is a map from uint16 to struct{}.
func (MapUint16Struct) Delete ¶
func (m MapUint16Struct) Delete(k interface{})
Delete implements Map.
func (*MapUint16Struct) Dereference ¶
func (m *MapUint16Struct) Dereference() Value
Dereference implements Map.
func (MapUint16Struct) Equals ¶
func (m MapUint16Struct) Equals(other Equatable) bool
Equals implements Map.
func (MapUint16Struct) Get ¶
func (m MapUint16Struct) Get(k interface{}) interface{}
Get implements Map.
func (MapUint16Struct) GetCheck ¶
func (m MapUint16Struct) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapUint16Struct) KeyValues ¶
func (m MapUint16Struct) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapUint16Struct) NotEquals ¶
func (m MapUint16Struct) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapUint16Struct) Reference ¶
func (m MapUint16Struct) Reference() Pointer
Reference implements Map.
type MapUint32Int ¶
MapUint32Int is a map from uint32 to int.
func (*MapUint32Int) Dereference ¶
func (m *MapUint32Int) Dereference() Value
Dereference implements Map.
func (MapUint32Int) Equals ¶
func (m MapUint32Int) Equals(other Equatable) bool
Equals implements Map.
func (MapUint32Int) GetCheck ¶
func (m MapUint32Int) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapUint32Int) KeyValues ¶
func (m MapUint32Int) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapUint32Int) NotEquals ¶
func (m MapUint32Int) NotEquals(other Equatable) bool
NotEquals implements Map.
type MapUint32String ¶
MapUint32String is a map from uint32 to string.
func (MapUint32String) Delete ¶
func (m MapUint32String) Delete(k interface{})
Delete implements Map.
func (*MapUint32String) Dereference ¶
func (m *MapUint32String) Dereference() Value
Dereference implements Map.
func (MapUint32String) Equals ¶
func (m MapUint32String) Equals(other Equatable) bool
Equals implements Map.
func (MapUint32String) Get ¶
func (m MapUint32String) Get(k interface{}) interface{}
Get implements Map.
func (MapUint32String) GetCheck ¶
func (m MapUint32String) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapUint32String) KeyValues ¶
func (m MapUint32String) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapUint32String) NotEquals ¶
func (m MapUint32String) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapUint32String) Reference ¶
func (m MapUint32String) Reference() Pointer
Reference implements Map.
type MapUint32Struct ¶
type MapUint32Struct map[uint32]struct{}
MapUint32Struct is a map from uint32 to struct{}.
func (MapUint32Struct) Delete ¶
func (m MapUint32Struct) Delete(k interface{})
Delete implements Map.
func (*MapUint32Struct) Dereference ¶
func (m *MapUint32Struct) Dereference() Value
Dereference implements Map.
func (MapUint32Struct) Equals ¶
func (m MapUint32Struct) Equals(other Equatable) bool
Equals implements Map.
func (MapUint32Struct) Get ¶
func (m MapUint32Struct) Get(k interface{}) interface{}
Get implements Map.
func (MapUint32Struct) GetCheck ¶
func (m MapUint32Struct) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapUint32Struct) KeyValues ¶
func (m MapUint32Struct) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapUint32Struct) NotEquals ¶
func (m MapUint32Struct) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapUint32Struct) Reference ¶
func (m MapUint32Struct) Reference() Pointer
Reference implements Map.
type MapUint64Int ¶
MapUint64Int is a map from uint64 to int.
func (*MapUint64Int) Dereference ¶
func (m *MapUint64Int) Dereference() Value
Dereference implements Map.
func (MapUint64Int) Equals ¶
func (m MapUint64Int) Equals(other Equatable) bool
Equals implements Map.
func (MapUint64Int) GetCheck ¶
func (m MapUint64Int) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapUint64Int) KeyValues ¶
func (m MapUint64Int) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapUint64Int) NotEquals ¶
func (m MapUint64Int) NotEquals(other Equatable) bool
NotEquals implements Map.
type MapUint64String ¶
MapUint64String is a map from uint64 to string.
func (MapUint64String) Delete ¶
func (m MapUint64String) Delete(k interface{})
Delete implements Map.
func (*MapUint64String) Dereference ¶
func (m *MapUint64String) Dereference() Value
Dereference implements Map.
func (MapUint64String) Equals ¶
func (m MapUint64String) Equals(other Equatable) bool
Equals implements Map.
func (MapUint64String) Get ¶
func (m MapUint64String) Get(k interface{}) interface{}
Get implements Map.
func (MapUint64String) GetCheck ¶
func (m MapUint64String) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapUint64String) KeyValues ¶
func (m MapUint64String) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapUint64String) NotEquals ¶
func (m MapUint64String) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapUint64String) Reference ¶
func (m MapUint64String) Reference() Pointer
Reference implements Map.
type MapUint64Struct ¶
type MapUint64Struct map[uint64]struct{}
MapUint64Struct is a map from uint64 to struct{}.
func (MapUint64Struct) Delete ¶
func (m MapUint64Struct) Delete(k interface{})
Delete implements Map.
func (*MapUint64Struct) Dereference ¶
func (m *MapUint64Struct) Dereference() Value
Dereference implements Map.
func (MapUint64Struct) Equals ¶
func (m MapUint64Struct) Equals(other Equatable) bool
Equals implements Map.
func (MapUint64Struct) Get ¶
func (m MapUint64Struct) Get(k interface{}) interface{}
Get implements Map.
func (MapUint64Struct) GetCheck ¶
func (m MapUint64Struct) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapUint64Struct) KeyValues ¶
func (m MapUint64Struct) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapUint64Struct) NotEquals ¶
func (m MapUint64Struct) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapUint64Struct) Reference ¶
func (m MapUint64Struct) Reference() Pointer
Reference implements Map.
type MapUint8Int ¶
MapUint8Int is a map from uint8 to int.
func (*MapUint8Int) Dereference ¶
func (m *MapUint8Int) Dereference() Value
Dereference implements Map.
func (MapUint8Int) Equals ¶
func (m MapUint8Int) Equals(other Equatable) bool
Equals implements Map.
func (MapUint8Int) GetCheck ¶
func (m MapUint8Int) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapUint8Int) KeyValues ¶
func (m MapUint8Int) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapUint8Int) NotEquals ¶
func (m MapUint8Int) NotEquals(other Equatable) bool
NotEquals implements Map.
type MapUint8String ¶
MapUint8String is a map from uint8 to string.
func (*MapUint8String) Dereference ¶
func (m *MapUint8String) Dereference() Value
Dereference implements Map.
func (MapUint8String) Equals ¶
func (m MapUint8String) Equals(other Equatable) bool
Equals implements Map.
func (MapUint8String) Get ¶
func (m MapUint8String) Get(k interface{}) interface{}
Get implements Map.
func (MapUint8String) GetCheck ¶
func (m MapUint8String) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapUint8String) KeyValues ¶
func (m MapUint8String) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapUint8String) NotEquals ¶
func (m MapUint8String) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapUint8String) Reference ¶
func (m MapUint8String) Reference() Pointer
Reference implements Map.
type MapUint8Struct ¶
type MapUint8Struct map[uint8]struct{}
MapUint8Struct is a map from uint8 to struct{}.
func (*MapUint8Struct) Dereference ¶
func (m *MapUint8Struct) Dereference() Value
Dereference implements Map.
func (MapUint8Struct) Equals ¶
func (m MapUint8Struct) Equals(other Equatable) bool
Equals implements Map.
func (MapUint8Struct) Get ¶
func (m MapUint8Struct) Get(k interface{}) interface{}
Get implements Map.
func (MapUint8Struct) GetCheck ¶
func (m MapUint8Struct) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapUint8Struct) KeyValues ¶
func (m MapUint8Struct) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapUint8Struct) NotEquals ¶
func (m MapUint8Struct) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapUint8Struct) Reference ¶
func (m MapUint8Struct) Reference() Pointer
Reference implements Map.
type MapUintInt ¶
MapUintInt is a map from uint to int.
func (*MapUintInt) Dereference ¶
func (m *MapUintInt) Dereference() Value
Dereference implements Map.
func (MapUintInt) GetCheck ¶
func (m MapUintInt) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapUintInt) KeyValues ¶
func (m MapUintInt) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapUintInt) NotEquals ¶
func (m MapUintInt) NotEquals(other Equatable) bool
NotEquals implements Map.
type MapUintString ¶
MapUintString is a map from uint to string.
func (*MapUintString) Dereference ¶
func (m *MapUintString) Dereference() Value
Dereference implements Map.
func (MapUintString) Equals ¶
func (m MapUintString) Equals(other Equatable) bool
Equals implements Map.
func (MapUintString) Get ¶
func (m MapUintString) Get(k interface{}) interface{}
Get implements Map.
func (MapUintString) GetCheck ¶
func (m MapUintString) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapUintString) KeyValues ¶
func (m MapUintString) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapUintString) NotEquals ¶
func (m MapUintString) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapUintString) Reference ¶
func (m MapUintString) Reference() Pointer
Reference implements Map.
type MapUintStruct ¶
type MapUintStruct map[uint]struct{}
MapUintStruct is a map from uint to struct{}.
func (*MapUintStruct) Dereference ¶
func (m *MapUintStruct) Dereference() Value
Dereference implements Map.
func (MapUintStruct) Equals ¶
func (m MapUintStruct) Equals(other Equatable) bool
Equals implements Map.
func (MapUintStruct) Get ¶
func (m MapUintStruct) Get(k interface{}) interface{}
Get implements Map.
func (MapUintStruct) GetCheck ¶
func (m MapUintStruct) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapUintStruct) KeyValues ¶
func (m MapUintStruct) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapUintStruct) NotEquals ¶
func (m MapUintStruct) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapUintStruct) Reference ¶
func (m MapUintStruct) Reference() Pointer
Reference implements Map.
type MapUintptrInt ¶
MapUintptrInt is a map from uintptr to int.
func (*MapUintptrInt) Dereference ¶
func (m *MapUintptrInt) Dereference() Value
Dereference implements Map.
func (MapUintptrInt) Equals ¶
func (m MapUintptrInt) Equals(other Equatable) bool
Equals implements Map.
func (MapUintptrInt) Get ¶
func (m MapUintptrInt) Get(k interface{}) interface{}
Get implements Map.
func (MapUintptrInt) GetCheck ¶
func (m MapUintptrInt) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapUintptrInt) KeyValues ¶
func (m MapUintptrInt) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapUintptrInt) NotEquals ¶
func (m MapUintptrInt) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapUintptrInt) Reference ¶
func (m MapUintptrInt) Reference() Pointer
Reference implements Map.
type MapUintptrString ¶
MapUintptrString is a map from uintptr to string.
func (MapUintptrString) Delete ¶
func (m MapUintptrString) Delete(k interface{})
Delete implements Map.
func (*MapUintptrString) Dereference ¶
func (m *MapUintptrString) Dereference() Value
Dereference implements Map.
func (MapUintptrString) Equals ¶
func (m MapUintptrString) Equals(other Equatable) bool
Equals implements Map.
func (MapUintptrString) Get ¶
func (m MapUintptrString) Get(k interface{}) interface{}
Get implements Map.
func (MapUintptrString) GetCheck ¶
func (m MapUintptrString) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapUintptrString) KeyValues ¶
func (m MapUintptrString) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapUintptrString) NotEquals ¶
func (m MapUintptrString) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapUintptrString) Reference ¶
func (m MapUintptrString) Reference() Pointer
Reference implements Map.
type MapUintptrStruct ¶
type MapUintptrStruct map[uintptr]struct{}
MapUintptrStruct is a map from uintptr to struct{}.
func (MapUintptrStruct) Delete ¶
func (m MapUintptrStruct) Delete(k interface{})
Delete implements Map.
func (*MapUintptrStruct) Dereference ¶
func (m *MapUintptrStruct) Dereference() Value
Dereference implements Map.
func (MapUintptrStruct) Equals ¶
func (m MapUintptrStruct) Equals(other Equatable) bool
Equals implements Map.
func (MapUintptrStruct) Get ¶
func (m MapUintptrStruct) Get(k interface{}) interface{}
Get implements Map.
func (MapUintptrStruct) GetCheck ¶
func (m MapUintptrStruct) GetCheck(k interface{}) (interface{}, bool)
GetCheck implements Map.
func (MapUintptrStruct) KeyValues ¶
func (m MapUintptrStruct) KeyValues() [][2]interface{}
KeyValues implements Map.
func (MapUintptrStruct) NotEquals ¶
func (m MapUintptrStruct) NotEquals(other Equatable) bool
NotEquals implements Map.
func (MapUintptrStruct) Reference ¶
func (m MapUintptrStruct) Reference() Pointer
Reference implements Map.
type Number ¶
type Number interface { Equatable // Add returns the addition of n. Add(n Number) Number // Divide returns the division by n. Divide(n Number) Number // Multiply returns the multiplication by n. Multiply(n Number) Number // Negate returns the negation. Negate() Number // Subtract returns the subtraction of n. Subtract(n Number) Number }
Number is arithmetic operations.
type Pointer ¶
type Pointer interface { // Dereference returns the referenced value. Dereference() Value }
Pointer references a value.
type Queue ¶
type Queue interface { Add(v interface{}) Len() int Peek() interface{} Remove() interface{} }
func NewQueueFor ¶
type Rune ¶
type Rune rune
Rune is a rune.
func (Rune) GreaterEqual ¶
func (r Rune) GreaterEqual(other Comparable) bool
GreaterEqual implements Comparable.
func (Rune) LessEqual ¶
func (r Rune) LessEqual(other Comparable) bool
LessEqual implements Comparable.
type Set ¶
type Slice ¶
type Slice interface { Equatable Value // Append appends v and returns the result. Append(v ...interface{}) Slice // Append appends s and returns the result. AppendSlice(s Slice) Slice // Cap returns the capacity. Cap() int // Copy copies from s and returns the number of elements copied. Copy(s Slice) int // Get returns the element at index i. Get(i int) interface{} // GetRange returns a slice from index i to index j. GetRange(i, j int) Slice // GetRangeCap returns a slice from index i to index j with capacity c. GetRangeCap(i, j, c int) Slice // Len returns the length. Len() int // Make returns a new slice with length l and capacity c. Make(l, c int) Slice // Set sets the element at index i to v. Set(i int, v interface{}) }
Slice is a slice.
func SliceDequeue ¶
SliceDequeue returns the result of popping the first s element.
func SliceDropEnd ¶
SliceDropEnd returns s without the last n elements.
func SliceDropWhile ¶
SliceDropWhile returns s without the leading elements that do not satisfy f.
func SliceDropWhileEnd ¶
SliceDropWhileEnd returns s without the trailing elements that do not satisfy f.
func SliceEnqueue ¶
SliceEnqueue returns the result of appending v to s.
func SliceFilter ¶
SliceFilter filters out s elements for which f returns false.
type SliceBool ¶
type SliceBool []bool
SliceBool is a slice of bool.
func (SliceBool) AppendSlice ¶
AppendSlice implements Slice.
func (*SliceBool) Dereference ¶
Dereference implements Slice.
func (SliceBool) GetRangeCap ¶
GetRangeCap implements Slice.
type SliceByte ¶
type SliceByte []byte
SliceByte is a slice of byte.
func (SliceByte) AppendSlice ¶
AppendSlice implements Slice.
func (*SliceByte) Dereference ¶
Dereference implements Slice.
func (SliceByte) GetRangeCap ¶
GetRangeCap implements Slice.
type SliceComplex128 ¶
type SliceComplex128 []complex128
SliceComplex128 is a slice of complex128.
func (SliceComplex128) Append ¶
func (s SliceComplex128) Append(v ...interface{}) Slice
Append implements Slice.
func (SliceComplex128) AppendSlice ¶
func (s SliceComplex128) AppendSlice(other Slice) Slice
AppendSlice implements Slice.
func (*SliceComplex128) Dereference ¶
func (s *SliceComplex128) Dereference() Value
Dereference implements Slice.
func (SliceComplex128) Equals ¶
func (s SliceComplex128) Equals(other Equatable) bool
Equals implements Slice.
func (SliceComplex128) GetRange ¶
func (s SliceComplex128) GetRange(i, j int) Slice
GetRange implements Slice.
func (SliceComplex128) GetRangeCap ¶
func (s SliceComplex128) GetRangeCap(i, j, c int) Slice
GetRangeCap implements Slice.
func (SliceComplex128) NotEquals ¶
func (s SliceComplex128) NotEquals(other Equatable) bool
NotEquals implements Slice.
func (SliceComplex128) Reference ¶
func (s SliceComplex128) Reference() Pointer
Reference implements Slice.
func (SliceComplex128) Set ¶
func (s SliceComplex128) Set(i int, v interface{})
Set implements Slice.
type SliceComplex64 ¶
type SliceComplex64 []complex64
SliceComplex64 is a slice of complex64.
func (SliceComplex64) Append ¶
func (s SliceComplex64) Append(v ...interface{}) Slice
Append implements Slice.
func (SliceComplex64) AppendSlice ¶
func (s SliceComplex64) AppendSlice(other Slice) Slice
AppendSlice implements Slice.
func (*SliceComplex64) Dereference ¶
func (s *SliceComplex64) Dereference() Value
Dereference implements Slice.
func (SliceComplex64) Equals ¶
func (s SliceComplex64) Equals(other Equatable) bool
Equals implements Slice.
func (SliceComplex64) GetRange ¶
func (s SliceComplex64) GetRange(i, j int) Slice
GetRange implements Slice.
func (SliceComplex64) GetRangeCap ¶
func (s SliceComplex64) GetRangeCap(i, j, c int) Slice
GetRangeCap implements Slice.
func (SliceComplex64) NotEquals ¶
func (s SliceComplex64) NotEquals(other Equatable) bool
NotEquals implements Slice.
func (SliceComplex64) Reference ¶
func (s SliceComplex64) Reference() Pointer
Reference implements Slice.
type SliceFloat32 ¶
type SliceFloat32 []float32
SliceFloat32 is a slice of float32.
func (SliceFloat32) Append ¶
func (s SliceFloat32) Append(v ...interface{}) Slice
Append implements Slice.
func (SliceFloat32) AppendSlice ¶
func (s SliceFloat32) AppendSlice(other Slice) Slice
AppendSlice implements Slice.
func (*SliceFloat32) Dereference ¶
func (s *SliceFloat32) Dereference() Value
Dereference implements Slice.
func (SliceFloat32) Equals ¶
func (s SliceFloat32) Equals(other Equatable) bool
Equals implements Slice.
func (SliceFloat32) GetRange ¶
func (s SliceFloat32) GetRange(i, j int) Slice
GetRange implements Slice.
func (SliceFloat32) GetRangeCap ¶
func (s SliceFloat32) GetRangeCap(i, j, c int) Slice
GetRangeCap implements Slice.
func (SliceFloat32) Less ¶
func (s SliceFloat32) Less(i, j int) bool
Less implements sort.Interface.
func (SliceFloat32) NotEquals ¶
func (s SliceFloat32) NotEquals(other Equatable) bool
NotEquals implements Slice.
func (SliceFloat32) Reference ¶
func (s SliceFloat32) Reference() Pointer
Reference implements Slice.
type SliceFloat64 ¶
type SliceFloat64 []float64
SliceFloat64 is a slice of float64.
func (SliceFloat64) Append ¶
func (s SliceFloat64) Append(v ...interface{}) Slice
Append implements Slice.
func (SliceFloat64) AppendSlice ¶
func (s SliceFloat64) AppendSlice(other Slice) Slice
AppendSlice implements Slice.
func (*SliceFloat64) Dereference ¶
func (s *SliceFloat64) Dereference() Value
Dereference implements Slice.
func (SliceFloat64) Equals ¶
func (s SliceFloat64) Equals(other Equatable) bool
Equals implements Slice.
func (SliceFloat64) GetRange ¶
func (s SliceFloat64) GetRange(i, j int) Slice
GetRange implements Slice.
func (SliceFloat64) GetRangeCap ¶
func (s SliceFloat64) GetRangeCap(i, j, c int) Slice
GetRangeCap implements Slice.
func (SliceFloat64) Less ¶
func (s SliceFloat64) Less(i, j int) bool
Less implements sort.Interface.
func (SliceFloat64) NotEquals ¶
func (s SliceFloat64) NotEquals(other Equatable) bool
NotEquals implements Slice.
func (SliceFloat64) Reference ¶
func (s SliceFloat64) Reference() Pointer
Reference implements Slice.
type SliceInt ¶
type SliceInt []int
SliceInt is a slice of int.
func (SliceInt) AppendSlice ¶
AppendSlice implements Slice.
func (SliceInt) GetRangeCap ¶
GetRangeCap implements Slice.
type SliceInt16 ¶
type SliceInt16 []int16
SliceInt16 is a slice of int16.
func (SliceInt16) Append ¶
func (s SliceInt16) Append(v ...interface{}) Slice
Append implements Slice.
func (SliceInt16) AppendSlice ¶
func (s SliceInt16) AppendSlice(other Slice) Slice
AppendSlice implements Slice.
func (*SliceInt16) Dereference ¶
func (s *SliceInt16) Dereference() Value
Dereference implements Slice.
func (SliceInt16) Equals ¶
func (s SliceInt16) Equals(other Equatable) bool
Equals implements Slice.
func (SliceInt16) GetRange ¶
func (s SliceInt16) GetRange(i, j int) Slice
GetRange implements Slice.
func (SliceInt16) GetRangeCap ¶
func (s SliceInt16) GetRangeCap(i, j, c int) Slice
GetRangeCap implements Slice.
func (SliceInt16) NotEquals ¶
func (s SliceInt16) NotEquals(other Equatable) bool
NotEquals implements Slice.
type SliceInt32 ¶
type SliceInt32 []int32
SliceInt32 is a slice of int32.
func (SliceInt32) Append ¶
func (s SliceInt32) Append(v ...interface{}) Slice
Append implements Slice.
func (SliceInt32) AppendSlice ¶
func (s SliceInt32) AppendSlice(other Slice) Slice
AppendSlice implements Slice.
func (*SliceInt32) Dereference ¶
func (s *SliceInt32) Dereference() Value
Dereference implements Slice.
func (SliceInt32) Equals ¶
func (s SliceInt32) Equals(other Equatable) bool
Equals implements Slice.
func (SliceInt32) GetRange ¶
func (s SliceInt32) GetRange(i, j int) Slice
GetRange implements Slice.
func (SliceInt32) GetRangeCap ¶
func (s SliceInt32) GetRangeCap(i, j, c int) Slice
GetRangeCap implements Slice.
func (SliceInt32) NotEquals ¶
func (s SliceInt32) NotEquals(other Equatable) bool
NotEquals implements Slice.
type SliceInt64 ¶
type SliceInt64 []int64
SliceInt64 is a slice of int64.
func (SliceInt64) Append ¶
func (s SliceInt64) Append(v ...interface{}) Slice
Append implements Slice.
func (SliceInt64) AppendSlice ¶
func (s SliceInt64) AppendSlice(other Slice) Slice
AppendSlice implements Slice.
func (*SliceInt64) Dereference ¶
func (s *SliceInt64) Dereference() Value
Dereference implements Slice.
func (SliceInt64) Equals ¶
func (s SliceInt64) Equals(other Equatable) bool
Equals implements Slice.
func (SliceInt64) GetRange ¶
func (s SliceInt64) GetRange(i, j int) Slice
GetRange implements Slice.
func (SliceInt64) GetRangeCap ¶
func (s SliceInt64) GetRangeCap(i, j, c int) Slice
GetRangeCap implements Slice.
func (SliceInt64) NotEquals ¶
func (s SliceInt64) NotEquals(other Equatable) bool
NotEquals implements Slice.
type SliceInt8 ¶
type SliceInt8 []int8
SliceInt8 is a slice of int8.
func (SliceInt8) AppendSlice ¶
AppendSlice implements Slice.
func (*SliceInt8) Dereference ¶
Dereference implements Slice.
func (SliceInt8) GetRangeCap ¶
GetRangeCap implements Slice.
type SliceInterface ¶
type SliceInterface []interface{}
SliceInterface is a slice of interface{}.
func (SliceInterface) Append ¶
func (s SliceInterface) Append(v ...interface{}) Slice
Append implements Slice.
func (SliceInterface) AppendSlice ¶
func (s SliceInterface) AppendSlice(other Slice) Slice
AppendSlice implements Slice.
func (*SliceInterface) Dereference ¶
func (s *SliceInterface) Dereference() Value
Dereference implements Slice.
func (SliceInterface) Equals ¶
func (s SliceInterface) Equals(other Equatable) bool
Equals implements Slice.
func (SliceInterface) GetRange ¶
func (s SliceInterface) GetRange(i, j int) Slice
GetRange implements Slice.
func (SliceInterface) GetRangeCap ¶
func (s SliceInterface) GetRangeCap(i, j, c int) Slice
GetRangeCap implements Slice.
func (SliceInterface) NotEquals ¶
func (s SliceInterface) NotEquals(other Equatable) bool
NotEquals implements Slice.
func (SliceInterface) Reference ¶
func (s SliceInterface) Reference() Pointer
Reference implements Slice.
type SliceRune ¶
type SliceRune []rune
SliceRune is a slice of rune.
func (SliceRune) AppendSlice ¶
AppendSlice implements Slice.
func (*SliceRune) Dereference ¶
Dereference implements Slice.
func (SliceRune) GetRangeCap ¶
GetRangeCap implements Slice.
type SliceString ¶
type SliceString []string
SliceString is a slice of string.
func (SliceString) Append ¶
func (s SliceString) Append(v ...interface{}) Slice
Append implements Slice.
func (SliceString) AppendSlice ¶
func (s SliceString) AppendSlice(other Slice) Slice
AppendSlice implements Slice.
func (*SliceString) Dereference ¶
func (s *SliceString) Dereference() Value
Dereference implements Slice.
func (SliceString) Equals ¶
func (s SliceString) Equals(other Equatable) bool
Equals implements Slice.
func (SliceString) GetRange ¶
func (s SliceString) GetRange(i, j int) Slice
GetRange implements Slice.
func (SliceString) GetRangeCap ¶
func (s SliceString) GetRangeCap(i, j, c int) Slice
GetRangeCap implements Slice.
func (SliceString) NotEquals ¶
func (s SliceString) NotEquals(other Equatable) bool
NotEquals implements Slice.
type SliceUint ¶
type SliceUint []uint
SliceUint is a slice of uint.
func (SliceUint) AppendSlice ¶
AppendSlice implements Slice.
func (*SliceUint) Dereference ¶
Dereference implements Slice.
func (SliceUint) GetRangeCap ¶
GetRangeCap implements Slice.
type SliceUint16 ¶
type SliceUint16 []uint16
SliceUint16 is a slice of uint16.
func (SliceUint16) Append ¶
func (s SliceUint16) Append(v ...interface{}) Slice
Append implements Slice.
func (SliceUint16) AppendSlice ¶
func (s SliceUint16) AppendSlice(other Slice) Slice
AppendSlice implements Slice.
func (*SliceUint16) Dereference ¶
func (s *SliceUint16) Dereference() Value
Dereference implements Slice.
func (SliceUint16) Equals ¶
func (s SliceUint16) Equals(other Equatable) bool
Equals implements Slice.
func (SliceUint16) GetRange ¶
func (s SliceUint16) GetRange(i, j int) Slice
GetRange implements Slice.
func (SliceUint16) GetRangeCap ¶
func (s SliceUint16) GetRangeCap(i, j, c int) Slice
GetRangeCap implements Slice.
func (SliceUint16) NotEquals ¶
func (s SliceUint16) NotEquals(other Equatable) bool
NotEquals implements Slice.
type SliceUint32 ¶
type SliceUint32 []uint32
SliceUint32 is a slice of uint32.
func (SliceUint32) Append ¶
func (s SliceUint32) Append(v ...interface{}) Slice
Append implements Slice.
func (SliceUint32) AppendSlice ¶
func (s SliceUint32) AppendSlice(other Slice) Slice
AppendSlice implements Slice.
func (*SliceUint32) Dereference ¶
func (s *SliceUint32) Dereference() Value
Dereference implements Slice.
func (SliceUint32) Equals ¶
func (s SliceUint32) Equals(other Equatable) bool
Equals implements Slice.
func (SliceUint32) GetRange ¶
func (s SliceUint32) GetRange(i, j int) Slice
GetRange implements Slice.
func (SliceUint32) GetRangeCap ¶
func (s SliceUint32) GetRangeCap(i, j, c int) Slice
GetRangeCap implements Slice.
func (SliceUint32) NotEquals ¶
func (s SliceUint32) NotEquals(other Equatable) bool
NotEquals implements Slice.
type SliceUint64 ¶
type SliceUint64 []uint64
SliceUint64 is a slice of uint64.
func (SliceUint64) Append ¶
func (s SliceUint64) Append(v ...interface{}) Slice
Append implements Slice.
func (SliceUint64) AppendSlice ¶
func (s SliceUint64) AppendSlice(other Slice) Slice
AppendSlice implements Slice.
func (*SliceUint64) Dereference ¶
func (s *SliceUint64) Dereference() Value
Dereference implements Slice.
func (SliceUint64) Equals ¶
func (s SliceUint64) Equals(other Equatable) bool
Equals implements Slice.
func (SliceUint64) GetRange ¶
func (s SliceUint64) GetRange(i, j int) Slice
GetRange implements Slice.
func (SliceUint64) GetRangeCap ¶
func (s SliceUint64) GetRangeCap(i, j, c int) Slice
GetRangeCap implements Slice.
func (SliceUint64) NotEquals ¶
func (s SliceUint64) NotEquals(other Equatable) bool
NotEquals implements Slice.
type SliceUint8 ¶
type SliceUint8 []uint8
SliceUint8 is a slice of uint8.
func (SliceUint8) Append ¶
func (s SliceUint8) Append(v ...interface{}) Slice
Append implements Slice.
func (SliceUint8) AppendSlice ¶
func (s SliceUint8) AppendSlice(other Slice) Slice
AppendSlice implements Slice.
func (*SliceUint8) Dereference ¶
func (s *SliceUint8) Dereference() Value
Dereference implements Slice.
func (SliceUint8) Equals ¶
func (s SliceUint8) Equals(other Equatable) bool
Equals implements Slice.
func (SliceUint8) GetRange ¶
func (s SliceUint8) GetRange(i, j int) Slice
GetRange implements Slice.
func (SliceUint8) GetRangeCap ¶
func (s SliceUint8) GetRangeCap(i, j, c int) Slice
GetRangeCap implements Slice.
func (SliceUint8) NotEquals ¶
func (s SliceUint8) NotEquals(other Equatable) bool
NotEquals implements Slice.
type SliceUintptr ¶
type SliceUintptr []uintptr
SliceUintptr is a slice of uintptr.
func (SliceUintptr) Append ¶
func (s SliceUintptr) Append(v ...interface{}) Slice
Append implements Slice.
func (SliceUintptr) AppendSlice ¶
func (s SliceUintptr) AppendSlice(other Slice) Slice
AppendSlice implements Slice.
func (*SliceUintptr) Dereference ¶
func (s *SliceUintptr) Dereference() Value
Dereference implements Slice.
func (SliceUintptr) Equals ¶
func (s SliceUintptr) Equals(other Equatable) bool
Equals implements Slice.
func (SliceUintptr) GetRange ¶
func (s SliceUintptr) GetRange(i, j int) Slice
GetRange implements Slice.
func (SliceUintptr) GetRangeCap ¶
func (s SliceUintptr) GetRangeCap(i, j, c int) Slice
GetRangeCap implements Slice.
func (SliceUintptr) Less ¶
func (s SliceUintptr) Less(i, j int) bool
Less implements sort.Interface.
func (SliceUintptr) NotEquals ¶
func (s SliceUintptr) NotEquals(other Equatable) bool
NotEquals implements Slice.
func (SliceUintptr) Reference ¶
func (s SliceUintptr) Reference() Pointer
Reference implements Slice.
type Stack ¶
type Stack interface { Len() int Peek() interface{} Pop() interface{} Push(v interface{}) }
func NewStackFor ¶
type String ¶
type String string
String is a string.
func (String) Greater ¶
func (s String) Greater(other Comparable) bool
Greater implements Comparable.
func (String) GreaterEqual ¶
func (s String) GreaterEqual(other Comparable) bool
GreaterEqual implements Comparable.
func (String) LessEqual ¶
func (s String) LessEqual(other Comparable) bool
LessEqual implements Comparable.
type Tuple2 ¶
type Tuple2 [2]interface{}
Tuple2 is a tuple of 2 elements.
type Tuple3 ¶
type Tuple3 [3]interface{}
Tuple3 is a tuple of 3 elements.
type Tuple4 ¶
type Tuple4 [4]interface{}
Tuple4 is a tuple of 4 elements.
type Tuple5 ¶
type Tuple5 [5]interface{}
Tuple5 is a tuple of 5 elements.
type Tuple6 ¶
type Tuple6 [6]interface{}
Tuple6 is a tuple of 6 elements.
type Tuple7 ¶
type Tuple7 [7]interface{}
Tuple7 is a tuple of 7 elements.
type Uint ¶
type Uint uint
Uint is a uint.
func (Uint) GreaterEqual ¶
func (u Uint) GreaterEqual(other Comparable) bool
GreaterEqual implements Comparable.
func (Uint) LessEqual ¶
func (u Uint) LessEqual(other Comparable) bool
LessEqual implements Comparable.
type Uint16 ¶
type Uint16 uint16
Uint16 is a uint16.
func (Uint16) Greater ¶
func (u Uint16) Greater(other Comparable) bool
Greater implements Comparable.
func (Uint16) GreaterEqual ¶
func (u Uint16) GreaterEqual(other Comparable) bool
GreaterEqual implements Comparable.
func (Uint16) LessEqual ¶
func (u Uint16) LessEqual(other Comparable) bool
LessEqual implements Comparable.
type Uint32 ¶
type Uint32 uint32
Uint32 is a uint32.
func (Uint32) Greater ¶
func (u Uint32) Greater(other Comparable) bool
Greater implements Comparable.
func (Uint32) GreaterEqual ¶
func (u Uint32) GreaterEqual(other Comparable) bool
GreaterEqual implements Comparable.
func (Uint32) LessEqual ¶
func (u Uint32) LessEqual(other Comparable) bool
LessEqual implements Comparable.
type Uint64 ¶
type Uint64 uint64
Uint64 is a uint64.
func (Uint64) Greater ¶
func (u Uint64) Greater(other Comparable) bool
Greater implements Comparable.
func (Uint64) GreaterEqual ¶
func (u Uint64) GreaterEqual(other Comparable) bool
GreaterEqual implements Comparable.
func (Uint64) LessEqual ¶
func (u Uint64) LessEqual(other Comparable) bool
LessEqual implements Comparable.
type Uint8 ¶
type Uint8 uint8
Uint8 is a uint8.
func (Uint8) GreaterEqual ¶
func (u Uint8) GreaterEqual(other Comparable) bool
GreaterEqual implements Comparable.
func (Uint8) LessEqual ¶
func (u Uint8) LessEqual(other Comparable) bool
LessEqual implements Comparable.
type Uintptr ¶
type Uintptr uintptr
Uintptr is a uintptr.
func (Uintptr) Greater ¶
func (u Uintptr) Greater(other Comparable) bool
Greater implements Comparable.
func (Uintptr) GreaterEqual ¶
func (u Uintptr) GreaterEqual(other Comparable) bool
GreaterEqual implements Comparable.
func (Uintptr) LessEqual ¶
func (u Uintptr) LessEqual(other Comparable) bool
LessEqual implements Comparable.
type Value ¶
type Value interface { // Reference returns a reference. Reference() Pointer }
Value can be referenced.
type Vector ¶
type Vector interface { Append(v interface{}) Get(i int) interface{} Len() int Set(i int, v interface{}) }
func NewVectorFor ¶
Source Files
¶
- chan.go
- chan_bool.go
- chan_byte.go
- chan_complex128.go
- chan_complex64.go
- chan_float32.go
- chan_float64.go
- chan_int.go
- chan_int16.go
- chan_int32.go
- chan_int64.go
- chan_int8.go
- chan_interface.go
- chan_receive.go
- chan_receive_bool.go
- chan_receive_byte.go
- chan_receive_complex128.go
- chan_receive_complex64.go
- chan_receive_float32.go
- chan_receive_float64.go
- chan_receive_int.go
- chan_receive_int16.go
- chan_receive_int32.go
- chan_receive_int64.go
- chan_receive_int8.go
- chan_receive_interface.go
- chan_receive_rune.go
- chan_receive_string.go
- chan_receive_uint.go
- chan_receive_uint16.go
- chan_receive_uint32.go
- chan_receive_uint64.go
- chan_receive_uint8.go
- chan_receive_uintptr.go
- chan_rune.go
- chan_send.go
- chan_send_bool.go
- chan_send_byte.go
- chan_send_complex128.go
- chan_send_complex64.go
- chan_send_float32.go
- chan_send_float64.go
- chan_send_int.go
- chan_send_int16.go
- chan_send_int32.go
- chan_send_int64.go
- chan_send_int8.go
- chan_send_interface.go
- chan_send_rune.go
- chan_send_string.go
- chan_send_uint.go
- chan_send_uint16.go
- chan_send_uint32.go
- chan_send_uint64.go
- chan_send_uint8.go
- chan_send_uintptr.go
- chan_string.go
- chan_uint.go
- chan_uint16.go
- chan_uint32.go
- chan_uint64.go
- chan_uint8.go
- chan_uintptr.go
- comparable.go
- complex.go
- concurrent.go
- count.go
- echo.go
- equatable.go
- guard.go
- heap.go
- integer.go
- iterator.go
- macro.go
- map.go
- map_bool_int.go
- map_bool_string.go
- map_bool_struct.go
- map_byte_int.go
- map_byte_string.go
- map_byte_struct.go
- map_complex128_int.go
- map_complex128_string.go
- map_complex128_struct.go
- map_complex64_int.go
- map_complex64_string.go
- map_complex64_struct.go
- map_float32_int.go
- map_float32_string.go
- map_float32_struct.go
- map_float64_int.go
- map_float64_string.go
- map_float64_struct.go
- map_int16_int.go
- map_int16_string.go
- map_int16_struct.go
- map_int32_int.go
- map_int32_string.go
- map_int32_struct.go
- map_int64_int.go
- map_int64_string.go
- map_int64_struct.go
- map_int8_int.go
- map_int8_string.go
- map_int8_struct.go
- map_int_bool.go
- map_int_byte.go
- map_int_complex128.go
- map_int_complex64.go
- map_int_float32.go
- map_int_float64.go
- map_int_int.go
- map_int_int16.go
- map_int_int32.go
- map_int_int64.go
- map_int_int8.go
- map_int_interface.go
- map_int_rune.go
- map_int_string.go
- map_int_struct.go
- map_int_uint.go
- map_int_uint16.go
- map_int_uint32.go
- map_int_uint64.go
- map_int_uint8.go
- map_int_uintptr.go
- map_interface_bool.go
- map_interface_int.go
- map_interface_interface.go
- map_interface_string.go
- map_interface_struct.go
- map_rune_int.go
- map_rune_string.go
- map_rune_struct.go
- map_string_bool.go
- map_string_byte.go
- map_string_complex128.go
- map_string_complex64.go
- map_string_float32.go
- map_string_float64.go
- map_string_int.go
- map_string_int16.go
- map_string_int32.go
- map_string_int64.go
- map_string_int8.go
- map_string_interface.go
- map_string_rune.go
- map_string_string.go
- map_string_struct.go
- map_string_uint.go
- map_string_uint16.go
- map_string_uint32.go
- map_string_uint64.go
- map_string_uint8.go
- map_string_uintptr.go
- map_uint16_int.go
- map_uint16_string.go
- map_uint16_struct.go
- map_uint32_int.go
- map_uint32_string.go
- map_uint32_struct.go
- map_uint64_int.go
- map_uint64_string.go
- map_uint64_struct.go
- map_uint8_int.go
- map_uint8_string.go
- map_uint8_struct.go
- map_uint_int.go
- map_uint_string.go
- map_uint_struct.go
- map_uintptr_int.go
- map_uintptr_string.go
- map_uintptr_struct.go
- number.go
- pointer.go
- predicate.go
- primitive_bool.go
- primitive_byte.go
- primitive_complex128.go
- primitive_complex64.go
- primitive_float32.go
- primitive_float64.go
- primitive_int.go
- primitive_int16.go
- primitive_int32.go
- primitive_int64.go
- primitive_int8.go
- primitive_rune.go
- primitive_string.go
- primitive_uint.go
- primitive_uint16.go
- primitive_uint32.go
- primitive_uint64.go
- primitive_uint8.go
- primitive_uintptr.go
- queue.go
- resource.go
- sequential.go
- set.go
- signal.go
- slice.go
- slice_bool.go
- slice_byte.go
- slice_complex128.go
- slice_complex64.go
- slice_float32.go
- slice_float64.go
- slice_int.go
- slice_int16.go
- slice_int32.go
- slice_int64.go
- slice_int8.go
- slice_interface.go
- slice_rune.go
- slice_string.go
- slice_uint.go
- slice_uint16.go
- slice_uint32.go
- slice_uint64.go
- slice_uint8.go
- slice_uintptr.go
- slices.go
- stack.go
- tuple_2.go
- tuple_3.go
- tuple_4.go
- tuple_5.go
- tuple_6.go
- tuple_7.go
- value.go
- vector.go