Documentation ¶ Index ¶ func Aggregate(e []string, init string, iterator func(a string, b string, i int) string) string func Foreach(e []string, iterator func(s string) bool) bool func Map(e []string, mapper func(s string, i int) string) []string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Aggregate ¶ func Aggregate(e []string, init string, iterator func(a string, b string, i int) string) string func Foreach ¶ func Foreach(e []string, iterator func(s string) bool) bool func Map ¶ func Map(e []string, mapper func(s string, i int) string) []string Types ¶ This section is empty. Source Files ¶ View all Source files enumerable.go Click to show internal directories. Click to hide internal directories.