Documentation ¶
Index ¶
- type Strv
- func (vector Strv) Add(str string) (Strv, bool)
- func (vector Strv) Contains(str string) bool
- func (vector Strv) Delete(str string) (Strv, bool)
- func (v1 Strv) Equal(v2 Strv) bool
- func (vector Strv) FilterEmpty() Strv
- func (vector Strv) FilterFunc(fn func(string) bool) Strv
- func (vector Strv) Uniq() Strv
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.