package
Version:
v0.0.0-...-447ed7a
Opens a new window with list of versions in this module.
Published: Jun 23, 2015
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Depot returns the FuncDepot for "array"
func First(l []interface{}) interface{}
First returns the first element
func Item(l []interface{}, i int) interface{}
Item returns the `i`-th item in the list
func Last(l []interface{}) interface{}
Last returns the last element
func Size(l []interface{}) int
Size returns the size of the list
Source Files
¶
Click to show internal directories.
Click to hide internal directories.