inspect multimethod

Methods

inspect(val:Any) Source: stdlib.ngs:5647
Inspect any value.

Returns

Arr with one element, Str
inspect(b:Bool) Source: stdlib.ngs:5651
Inspect boolean.

Returns

Arr with one element, Str
inspect(mm:MultiMethod) Source: stdlib.ngs:5656
Inspect MultiMethod

Returns

Arr of Str
inspect(r:Real) Source: stdlib.ngs:5660
Inspect Real

Returns

Arr with one element, Str
inspect(i:Int) Source: stdlib.ngs:5664
Inspect Int

Returns

Arr with one element, Str
inspect(s:Str) Source: stdlib.ngs:5668
Inspect Str

Returns

Arr with one element, Str
inspect(a:Arr) Source: stdlib.ngs:5672
Inspect Arr

Returns

Arr of Str
inspect(h:Hash) Source: stdlib.ngs:5676
Inspect Hash

Returns

Arr of Str
inspect(p:Process) Source: stdlib.ngs:5682
Inspect Process

Returns

Arr of Str
inspect(cp:CommandsPipeline) Source: stdlib.ngs:5699
Undocumented
inspect(n:Doc::Node, levels:Any=2) Source: autoload/Doc.ngs:158
Inspect document node

Returns

Arr of Str
inspect(a:Set) Source: autoload/Set.ngs:73
Inspect Set

Returns

Arr of Str
inspect(tr:TestsResults) Source: autoload/TestsResults.ngs:42
Undocumented