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