meta multimethod

Methods

meta(obj:Any)
Get meta. Meta is auxiliary data slot. It is available on all non-immediate objects. The idea is to store additional information that will not get in your way in cases when you don't care about it.
meta(obj:Any, v:Any)
Set meta. Meta is auxiliary data slot. It is available on all non-immediate objects. The idea is to store additional information that will not get in your way in cases when you don't care about it.
meta(o:Any) Source: stdlib.ngs:381
Wraps native meta() and in case that if there is none, sets it to empty hash.