 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dict ¶
Dict is a generic key-value dictionary with string keys
func (*Dict[T]) Get ¶
Get returns the corresponding value ptr for a given key, or nil if the key doesn't exist
func (*Dict[T]) GetDefault ¶
GetDefault returns the corresponding value for a given key from a dictionary if it exists, the default value if not
 Click to show internal directories. 
   Click to hide internal directories.