List Methods

List object

Append(...interface{}) IGenericList
AsArray() []interface{}
Cap() int
Capacity() int
Clone() IGenericList
Contains(...interface{}) bool
ContainsStrict(...interface{}) bool
Count() int
Create(...int) IGenericList
CreateDict(...int) IDictionary
Find(interface{}) IGenericList
FindStrict(interface{}) IGenericList
First() interface{}
Get(...int) interface{}
GetHelpers() (IDictionaryHelper, IListHelper)
GetKinds() IGenericList
GetTypes() IGenericList
Has(...interface{}) bool
HasStrict(...interface{}) bool
Intersect(...interface{}) IGenericList
Join(interface{}) String
Last() interface{}
Len() int
New(...interface{}) IGenericList
Pop(...int) (interface{}, IGenericList)
Prepend(...interface{}) IGenericList
PrettyPrint() string
Remove(...int) IGenericList
RemoveEmpty() IGenericList
RemoveNil() IGenericList
Reverse() IGenericList
Set(int, interface{}) IGenericList
String() string
StringArray() StringArray
Strings() []string
Type() String
TypeName() String
Union(...interface{}) IGenericList
Unique() IGenericList
Without(...interface{}) IGenericList