Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntSlice ¶ added in v0.8.0
type IntSlice struct {
// contains filtered or unexported fields
}
IntSlice
type StringSlice ¶ added in v0.8.0
type StringSlice struct {
// contains filtered or unexported fields
}
StringSlice
func (StringSlice) Implode ¶ added in v0.8.0
func (s StringSlice) Implode(separator string) string
Implode
func (StringSlice) ToInt ¶ added in v0.8.0
func (s StringSlice) ToInt() []int
ToString return string slice
func (StringSlice) Unique ¶ added in v0.8.0
func (s StringSlice) Unique() []string
Unique return unique elem slice
Click to show internal directories.
Click to hide internal directories.