boolslice

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BoolSlice

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

func New

func New() *BoolSlice

func NewWithSize

func NewWithSize(size, cap int) *BoolSlice

func NewWithSlice

func NewWithSlice(slice []bool) *BoolSlice

func (*BoolSlice) Clone

func (s *BoolSlice) Clone() *BoolSlice

func (*BoolSlice) Contains

func (s *BoolSlice) Contains(value interface{}) bool

func (*BoolSlice) Equal

func (s *BoolSlice) Equal(s2 *BoolSlice) bool

func (*BoolSlice) EqualToSlice

func (s *BoolSlice) EqualToSlice(s2 []bool) bool

func (*BoolSlice) Get

func (s *BoolSlice) Get(index int) bool

func (*BoolSlice) Insert

func (s *BoolSlice) Insert(index int, value bool)

func (*BoolSlice) Iter

func (s *BoolSlice) Iter() container.Iterator

func (*BoolSlice) Len

func (s *BoolSlice) Len() int

func (*BoolSlice) Pop

func (s *BoolSlice) Pop() (value bool)

func (*BoolSlice) Push

func (s *BoolSlice) Push(value bool)

func (*BoolSlice) Set

func (s *BoolSlice) Set(index int, value bool)

func (*BoolSlice) Truncate

func (s *BoolSlice) Truncate(from, to int)

Jump to

Keyboard shortcuts

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