array3

package
v0.14.0 Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Array3

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

func New

func New() *Array3

func NewWithCap

func NewWithCap(zsize, ysize, xsize int) *Array3

func (*Array3) Cap

func (arr *Array3) Cap() int

func (*Array3) Del

func (arr *Array3) Del(idx int) (interface{}, bool)

func (*Array3) Get

func (arr *Array3) Get(idx int) (interface{}, bool)

func (*Array3) GetOrSet

func (arr *Array3) GetOrSet(idx int, DoSetValue func([]interface{}, int)) (result interface{}, isSet bool)

func (*Array3) Grow

func (arr *Array3) Grow(size int)

func (*Array3) Set

func (arr *Array3) Set(idx int, value interface{})

func (*Array3) Values

func (arr *Array3) Values() []interface{}

Jump to

Keyboard shortcuts

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