package
Version:
v0.0.0
Opens a new window with list of versions in this module.
Published: Sep 23, 2018
License: Unlicense, Unlicense
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Array interface {
Elem(int) interface{}
Len() int
SetElem(int, interface{}) Array
}
Array is an interface that allows a type to present access to uniform sized parts of the parent structure
Source Files
¶
Click to show internal directories.
Click to hide internal directories.