godash

package module
v0.0.0-...-402b6c2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 22, 2014 License: MIT Imports: 2 Imported by: 0

README

Go-Dash

A utility library in Golang inspired by Lo-Dash.

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

Constants

This section is empty.

Variables

This section is empty.

Functions

func Compact

func Compact()

func Delete

func Delete(slc []int, index int) []int

delete function. in Golang, delete function not implemented

func FindIndex

func FindIndex(lst interface{}, fnc interface{}) (int, error)

func FindLastIndex

func FindLastIndex(slc []int, fnc func(value int) bool) int

func Map

func Map(lst interface{}, fnc interface{}) (interface{}, error)

Map function iterate Map, Slice, Array, String, and apply fnc to each value

func MapArray

func MapArray()

func MapMap

func MapMap()

FIX:NAME

func MapSlice

func MapSlice()

func MapString

func MapString()

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL