[ Version ( since = "0.2.0" ) ]
public void* get_boxed (KeyID key)
Returns the first boxed value associated with key
from this.
If key
has no first value, that value is not of a boxed type, or key
is not in this
, then null is returned.
this |
data to inspect |
key |
key to use |
the boxed instance associated with |