inspect multimethod
Methods
- inspect(val:Any) Source: stdlib.ngs:5647
Returns
Arr with one element, Str
- inspect(b:Bool) Source: stdlib.ngs:5651
Returns
Arr with one element, Str
- inspect(mm:MultiMethod) Source: stdlib.ngs:5656
- inspect(r:Real) Source: stdlib.ngs:5660
Returns
Arr with one element, Str
- inspect(i:Int) Source: stdlib.ngs:5664
Returns
Arr with one element, Str
- inspect(s:Str) Source: stdlib.ngs:5668
Returns
Arr with one element, Str
- inspect(a:Arr) Source: stdlib.ngs:5672
- inspect(h:Hash) Source: stdlib.ngs:5676
- inspect(p:Process) Source: stdlib.ngs:5682
- inspect(cp:CommandsPipeline) Source: stdlib.ngs:5699
- inspect(n:Doc::Node, levels:Any=2) Source: autoload/Doc.ngs:158
- inspect(a:Set) Source: autoload/Set.ngs:73
- inspect(tr:TestsResults) Source: autoload/TestsResults.ngs:42