Documentation ¶
Index ¶
- func AsInterface(this []float64) []interface{}
- func Contain(arr []float64, item float64) bool
- func Find(arr []float64, fn Float64ArrSearchFunc) float64
- func FindIndex(arr []float64, fn Float64ArrSearchFunc) int
- func ForEach(arr []float64, fn Float64ArrForEachFunc)
- func Join(arr []float64, sep string) string
- func Map(arr []float64, fn Float64ArrMapFunc)
- func Sort(arr []float64, comparer ...ArrSortCompareFunc)
- func String(this []float64) string
- type TFloat64Slice
- func (iar *TFloat64Slice) Append(item ...float64) int
- func (iar *TFloat64Slice) Clear()
- func (iar *TFloat64Slice) Concat(arrs ...[]float64) int
- func (iar TFloat64Slice) Contain(item float64) bool
- func (iar *TFloat64Slice) Delete(index int) error
- func (iar TFloat64Slice) Find(fn Float64ArrSearchFunc) float64
- func (iar TFloat64Slice) FindIndex(fn Float64ArrSearchFunc) int
- func (iar TFloat64Slice) ForEach(fn Float64ArrForEachFunc)
- func (iar *TFloat64Slice) Insert(index int, item float64) error
- func (iar TFloat64Slice) Join(sep string) string
- func (iar *TFloat64Slice) Prepend(item ...float64) int
- func (iar TFloat64Slice) Size() int
- func (iar TFloat64Slice) Sort(comparer ...ArrSortCompareFunc)
- func (iar TFloat64Slice) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AsInterface ¶
func AsInterface(this []float64) []interface{}
Types ¶
type TFloat64Slice ¶
type TFloat64Slice []float64
func New ¶
func New(src ...[]float64) TFloat64Slice
func (*TFloat64Slice) Append ¶
func (iar *TFloat64Slice) Append(item ...float64) int
func (*TFloat64Slice) Clear ¶
func (iar *TFloat64Slice) Clear()
func (*TFloat64Slice) Concat ¶
func (iar *TFloat64Slice) Concat(arrs ...[]float64) int
func (TFloat64Slice) Contain ¶
func (iar TFloat64Slice) Contain(item float64) bool
func (*TFloat64Slice) Delete ¶
func (iar *TFloat64Slice) Delete(index int) error
func (TFloat64Slice) Find ¶
func (iar TFloat64Slice) Find(fn Float64ArrSearchFunc) float64
func (TFloat64Slice) FindIndex ¶
func (iar TFloat64Slice) FindIndex(fn Float64ArrSearchFunc) int
func (TFloat64Slice) ForEach ¶
func (iar TFloat64Slice) ForEach(fn Float64ArrForEachFunc)
func (TFloat64Slice) Join ¶
func (iar TFloat64Slice) Join(sep string) string
func (*TFloat64Slice) Prepend ¶
func (iar *TFloat64Slice) Prepend(item ...float64) int
func (TFloat64Slice) Size ¶
func (iar TFloat64Slice) Size() int
func (TFloat64Slice) Sort ¶
func (iar TFloat64Slice) Sort(comparer ...ArrSortCompareFunc)
func (TFloat64Slice) String ¶
func (iar TFloat64Slice) String() string
Click to show internal directories.
Click to hide internal directories.