Documentation
¶
Index ¶
- type BoolSlice
- func (s *BoolSlice) Clone() *BoolSlice
- func (s *BoolSlice) Contains(value interface{}) bool
- func (s *BoolSlice) Equal(s2 *BoolSlice) bool
- func (s *BoolSlice) EqualToSlice(s2 []bool) bool
- func (s *BoolSlice) Get(index int) bool
- func (s *BoolSlice) Insert(index int, value bool)
- func (s *BoolSlice) Iter() container.Iterator
- func (s *BoolSlice) Len() int
- func (s *BoolSlice) Pop() (value bool)
- func (s *BoolSlice) Push(value bool)
- func (s *BoolSlice) Set(index int, value bool)
- func (s *BoolSlice) Truncate(from, to int)
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 NewWithSize ¶
func NewWithSlice ¶
func (*BoolSlice) EqualToSlice ¶
Click to show internal directories.
Click to hide internal directories.