refs

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2021 License: MIT Imports: 3 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Collection

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

func Empty

func Empty() *Collection

func New

func New(capacity int) *Collection

func NewWithItem

func NewWithItem(capacity int, varName string, val interface{}) *Collection

func (*Collection) Add

func (collection *Collection) Add(name string, val interface{}) *Collection

func (*Collection) AddMap

func (collection *Collection) AddMap(collectionMap map[string]interface{}) *Collection

func (*Collection) Adds

func (collection *Collection) Adds(refs ...ref.Value) *Collection

func (*Collection) Collection added in v0.0.4

func (collection *Collection) Collection() *[]ref.Value

func (*Collection) IsEmpty

func (collection *Collection) IsEmpty() bool

func (*Collection) IsEqual added in v0.0.4

func (collection *Collection) IsEqual(another *Collection) bool

func (*Collection) Length

func (collection *Collection) Length() int

func (*Collection) String

func (collection *Collection) String() string

func (*Collection) StringPtr

func (collection *Collection) StringPtr() *string

func (*Collection) Strings

func (collection *Collection) Strings() []string

Jump to

Keyboard shortcuts

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