Documentation ¶
Index ¶
- func Encode(path string, tar interface{}) error
- func Test()
- type Person
- type Set
- func (s *Set) Add(items ...int)
- func (s *Set) Clear()
- func (s *Set) Complement(full *Set) *Set
- func (s *Set) Count() int
- func (s *Set) Empty() bool
- func (s *Set) Has(items ...int) bool
- func (s *Set) Intersect(sets ...*Set) *Set
- func (s *Set) List() []int
- func (s *Set) Minus(sets ...*Set) *Set
- func (s *Set) Remove(items ...int)
- func (s *Set) SortList() []int
- func (s *Set) Union(sets ...*Set) *Set
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.