Documentation
¶
Index ¶
- Variables
- type IntMap
- type MapInt
- type MapStr
- type SliceV
- func (sv *SliceV) Cap() int
- func (sv *SliceV) Get(n int) (V, error)
- func (sv *SliceV) Grow(n int)
- func (sv *SliceV) Len() int
- func (sv *SliceV) Less(i, j int) bool
- func (sv *SliceV) MarshalJSON() ([]byte, error)
- func (sv *SliceV) Slices() []V
- func (sv *SliceV) Sort()
- func (sv *SliceV) String() string
- func (sv *SliceV) Swap(i, j int)
- func (sv *SliceV) Write(v ...V) (n int, err error)
- type SortV
- type V
- func (v V) Copy(src V)
- func (v V) JSON(name string) []byte
- func (v V) Keys() []string
- func (v V) ObjType(k, vtype string) interface{}
- func (v V) SignStr() string
- func (v V) ToString(k string) string
- func (v V) Type(key string) string
- func (v V) Unmarshal(out interface{}) error
- func (v V) VBool(k string) bool
- func (v V) VFloat64(k string) float64
- func (v V) VInt(k string) int
- func (v V) VInt32(k string) int32
- func (v V) VInt64(k string) int64
- func (v V) VMap(k string) V
- func (v V) VSortV(k string) SortV
- func (v V) VString(k string) string
- func (v V) VStrings(k string) []string
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrOutofIndex = errors.New("vmap.SliceV: out of index")
View Source
var ErrTooLarge = errors.New("vmap.SliceV: too large")
Functions ¶
This section is empty.
Types ¶
type SliceV ¶
type SliceV struct {
// contains filtered or unexported fields
}
func (*SliceV) MarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.