Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Float64List ¶
Float64List STRING LISTS
func NewFloat64List ¶
func NewFloat64List() Float64List
NewFloat64List exporting constructor functions
func (*Float64List) Append ¶
func (arr *Float64List) Append(toAdd float64)
func (*Float64List) Entries ¶
func (arr *Float64List) Entries() []float64
func (*Float64List) IndexOf ¶
func (arr *Float64List) IndexOf(element float64) int
func (*Float64List) SliceAt ¶
func (arr *Float64List) SliceAt(index int) bool
func (*Float64List) SliceElement ¶
func (arr *Float64List) SliceElement(element float64) bool
type IntList ¶
IntList STRING LISTS
type StrList ¶
StrList STRING LISTS
Click to show internal directories.
Click to hide internal directories.