slice

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2020 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type Slice

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

func New

func New(cap int) *Slice

func (*Slice) Cap

func (s *Slice) Cap() int

func (*Slice) Free

func (s *Slice) Free()

func (*Slice) Get

func (s *Slice) Get(i int) V

func (*Slice) Len

func (s *Slice) Len() int

func (*Slice) PushBack

func (s *Slice) PushBack(value V)

func (*Slice) Put

func (s *Slice) Put(i int, value V)

func (*Slice) String

func (s *Slice) String() string

type V

type V = int

Jump to

Keyboard shortcuts

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