Documentation
¶
Index ¶
- func FitCapToLenInt(slice []int) []int
- func FitCapToLenString(slice []string) []string
- func FitCapToLenUint(slice []uint) []uint
- func IncrAppendInt(slice []int, s int) []int
- func IncrAppendString(slice []string, s string) []string
- func IncrAppendUint(slice []uint, s uint) []uint
- func InterfacesFilter(eles []interface{}, filter func(interface{}) bool) []interface{}
- func InterfacesFilterInplace(eles []interface{}, filter func(interface{}) bool) []interface{}
- func InterfacesMap(eles []interface{}, mapper func(interface{}) interface{}) []interface{}
- func IntsFilter(eles []int, filter func(int) bool) []int
- func IntsFilterInplace(eles []int, filter func(int) bool) []int
- func IntsMap(eles []int, mapper func(int) int) []int
- func MergeNodes(nodes Nodes, isSorted bool) int
- func RemoveElement(slice []interface{}, index int) []interface{}
- func RepeatBools(i bool, n int) []bool
- func RepeatBytes(b byte, n int) []byte
- func RepeatInts(i int, n int) []int
- func RepeatStrings(s string, n int) []string
- func StringsFilter(eles []string, filter func(string) bool) []string
- func StringsFilterInplace(eles []string, filter func(string) bool) []string
- func StringsMap(eles []string, mapper func(string) string) []string
- func UintsFilter(eles []uint, filter func(uint) bool) []uint
- func UintsFilterInplace(eles []uint, filter func(uint) bool) []uint
- func UintsMap(eles []uint, mapper func(uint) uint) []uint
- type Nodes
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FitCapToLenInt ¶
func FitCapToLenString ¶
func FitCapToLenUint ¶
func IncrAppendInt ¶
func IncrAppendString ¶
func IncrAppendUint ¶
func InterfacesFilter ¶ added in v0.2.3
func InterfacesFilter(eles []interface{}, filter func(interface{}) bool) []interface{}
func InterfacesFilterInplace ¶ added in v0.2.3
func InterfacesFilterInplace(eles []interface{}, filter func(interface{}) bool) []interface{}
func InterfacesMap ¶ added in v0.2.3
func InterfacesMap(eles []interface{}, mapper func(interface{}) interface{}) []interface{}
func IntsFilterInplace ¶ added in v0.2.3
func MergeNodes ¶ added in v0.2.3
func RemoveElement ¶ added in v0.2.3
func RemoveElement(slice []interface{}, index int) []interface{}
func RepeatBools ¶ added in v0.2.3
func RepeatBytes ¶ added in v0.2.3
func RepeatInts ¶ added in v0.2.3
func RepeatStrings ¶ added in v0.2.3
func StringsFilter ¶ added in v0.2.3
func StringsFilterInplace ¶ added in v0.2.3
func StringsMap ¶ added in v0.2.3
func UintsFilterInplace ¶ added in v0.2.3
Types ¶
Click to show internal directories.
Click to hide internal directories.