QuickCborMap extension
An extension providing quick utility methods for handling CborMapValue
instances.
- on
-
- CborMapValue
Methods
-
getValue<
T> (CborObject key) → T -
Available on CborMapValue, provided by the QuickCborMap extension
Retrieves the value associated with the specifiedkey
from theCborMapValue
. -
getValueFromIntKey<
T> (int key) → T -
Available on CborMapValue, provided by the QuickCborMap extension
Retrieves the value associated with the specified integerkey
from theCborMapValue
.