Documentation ¶
Index ¶
- type BitBools
- type ElementsBool
- func (elements ElementsBool) Append(copy bool, values ...interface{}) (newElements elements.Elements, err error)
- func (elements ElementsBool) Copy() (newElements elements.Elements)
- func (elements ElementsBool) IsNaN() []bool
- func (elements ElementsBool) Len() int
- func (elements ElementsBool) Location(coord int) (element elements.ElementValue, err error)
- func (elements ElementsBool) String() string
- func (elements ElementsBool) Subset(idx index.IndexInt) (newElements elements.Elements, err error)
- func (elements ElementsBool) Swap(i, j int)
- func (elements ElementsBool) Type() (sType types.Type)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ElementsBool ¶
type ElementsBool = BitBools
func NewElementsBool ¶
func NewElementsBool(elements []bool) (newElements ElementsBool)
func (ElementsBool) Append ¶
func (elements ElementsBool) Append(copy bool, values ...interface{}) (newElements elements.Elements, err error)
func (ElementsBool) Copy ¶
func (elements ElementsBool) Copy() (newElements elements.Elements)
func (ElementsBool) IsNaN ¶
func (elements ElementsBool) IsNaN() []bool
func (ElementsBool) Len ¶
func (elements ElementsBool) Len() int
func (ElementsBool) Location ¶
func (elements ElementsBool) Location(coord int) (element elements.ElementValue, err error)
func (ElementsBool) String ¶
func (elements ElementsBool) String() string
func (ElementsBool) Swap ¶
func (elements ElementsBool) Swap(i, j int)
func (ElementsBool) Type ¶
func (elements ElementsBool) Type() (sType types.Type)
Click to show internal directories.
Click to hide internal directories.