Documentation
¶
Overview ¶
This godash package implements a library for functional programming in golang. This package is inspired by JavaScript library, "Lo-Dash". (http://www.lodash.com)
Index ¶
- func Compact()
- func Delete(slc []int, index int) []int
- func FindIndex(lst interface{}, fnc interface{}) (int, error)
- func FindLastIndex(slc []int, fnc func(value int) bool) int
- func Map(lst interface{}, fnc interface{}) (interface{}, error)
- func MapArray()
- func MapMap()
- func MapSlice()
- func MapString()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.