Documentation ¶ Index ¶ type Bool func NewBool(size int) Bool func (ix Bool) Len() int type Int func NewAscending(size uint32) Int func (ix Int) ByteSize() int func (ix Int) Copy() Int func (ix Int) Filter(bIx Bool) Int func (ix Int) Len() int Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Bool ¶ type Bool []bool func NewBool ¶ func NewBool(size int) Bool func (Bool) Len ¶ func (ix Bool) Len() int type Int ¶ type Int []uint32 func NewAscending ¶ func NewAscending(size uint32) Int func (Int) ByteSize ¶ func (ix Int) ByteSize() int func (Int) Copy ¶ func (ix Int) Copy() Int func (Int) Filter ¶ func (ix Int) Filter(bIx Bool) Int func (Int) Len ¶ func (ix Int) Len() int Source Files ¶ View all Source files index.go Click to show internal directories. Click to hide internal directories.