github.com/coveo/gotemplate@v2.7.7+incompatible/docs/_dict_methods.md (about)

     1  ```go
     2  @Add(interface{}, interface{}) IDictionary
     3  AsMap() map[string]interface{}
     4  Clone(...interface{}) IDictionary
     5  Count() int
     6  Create(...int) IDictionary
     7  CreateList(...int) IGenericList
     8  Default(interface{}, interface{}) interface{}
     9  Delete(interface{}, ...interface{}) IDictionary, error
    10  Flush(...interface{}) IDictionary
    11  Get(...interface{}) interface{}
    12  GetHelpers() IDictionaryHelper, IListHelper
    13  GetKeys() IGenericList
    14  GetValues() IGenericList
    15  Has(...interface{}) bool
    16  KeysAsString() StringArray
    17  Len() int
    18  Merge(IDictionary, ...IDictionary) IDictionary
    19  Native() interface{}
    20  Omit(interface{}, ...interface{}) IDictionary
    21  Pop(...interface{}) interface{}
    22  PrettyPrint() string
    23  Set(interface{}, interface{}) IDictionary
    24  String() string
    25  Transpose() IDictionary
    26  TypeName() String
    27  ```