type
methods
| dis |
Get display string for the dict. |
|---|---|
| each |
Iterate through the name/value pairs |
| eachWhile |
Iterate through the name/value pairs until the given function returns non-null, then break the iteration and return resulting object. |
| get |
Get the value for the given name or |
| has |
Return true if this dictionary contains given name |
| id |
Get the |
| isEmpty |
Return if the there are no name/value pairs |
| missing |
Return true if this dictionary does not contain given name |
| toStr |
Return string for debugging only |
| trap |
Get the value mapped by the given name. |
Slot Details
dis
virtual Str dis()
Get display string for the dict. The default routes to Etc.dictToDis or fallback on toStr.
each
eachWhile
get
has
id
virtual Ref id()
Get the id tag as a Ref or raise CastErr/UnknownNameErr
isEmpty
abstract Bool isEmpty()
Return if the there are no name/value pairs
missing
toStr
virtual override Str toStr()
Return string for debugging only