slice

package
v0.0.0-...-97e25f3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 25, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Sequence

type Sequence struct {
	// contains filtered or unexported fields
}

func (Sequence) First

func (s Sequence) First() interface{}

func (Sequence) Last

func (s Sequence) Last() interface{}

func (Sequence) Len

func (s Sequence) Len() int

func (Sequence) NewFloat32

func (s Sequence) NewFloat32(seq []float32) Sequence

func (Sequence) NewFloat64

func (s Sequence) NewFloat64(seq []float64) Sequence

func (Sequence) NewInt

func (s Sequence) NewInt(seq []int) Sequence

func (Sequence) NewInt16

func (s Sequence) NewInt16(seq []int16) Sequence

func (Sequence) NewInt32

func (s Sequence) NewInt32(seq []int32) Sequence

func (Sequence) NewInt64

func (s Sequence) NewInt64(seq []int64) Sequence

func (Sequence) NewInt8

func (s Sequence) NewInt8(seq []int8) Sequence

func (Sequence) NewUint

func (s Sequence) NewUint(seq []uint) Sequence

func (Sequence) NewUint16

func (s Sequence) NewUint16(seq []uint16) Sequence

func (Sequence) NewUint32

func (s Sequence) NewUint32(seq []uint32) Sequence

func (Sequence) NewUint64

func (s Sequence) NewUint64(seq []uint64) Sequence

func (Sequence) NewUint8

func (s Sequence) NewUint8(seq []uint8) Sequence

func (Sequence) Slice

func (s Sequence) Slice(offset, length int) Sequence

func (Sequence) Val

func (s Sequence) Val()

type Slice

type Slice interface {
	NewInt(seq []int) Sequence
	NewInt8(seq []int8) Sequence
	NewInt16(seq []int16) Sequence
	NewInt32(seq []int32) Sequence
	NewInt64(seq []int64) Sequence
	NewUint(seq []uint) Sequence
	NewUint8(seq []uint8) Sequence
	NewUint16(seq []uint16) Sequence
	NewUint32(seq []uint32) Sequence
	NewUint64(seq []uint64) Sequence
	NewFloat32(seq []float32) Sequence
	NewFloat64(seq []float64) Sequence
	Slice(offset, length int) Sequence
	First() interface{}
	Last() interface{}
	Len() int
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL