inspect multimethod

Methods

inspect(path:Arr, val:Any)internal Source: stdlib.ngs:475
Internal method. Please do not use. Inspect any value.

Returns

Arr with exactly one Str of the form <TYPE_NAME ...>
inspect(path:Arr, e:Eachable1)internal Source: stdlib.ngs:488
Internal method. Please do not use. Inspect Eachable1

Returns

Arr of Str
inspect(path:Arr, x:Any)internal Source: stdlib.ngs:537
Internal method. Please do not use. For Type, NativeMethod, UserDefinedMethod

Returns

Arr of Str
inspect(path:Arr, mm:MultiMethod)internal Source: stdlib.ngs:546
Internal method. Please do not use. Inspect MultiMethod

Returns

Arr of Str
inspect(path:Arr, s:Str)internal Source: stdlib.ngs:553
Internal method. Please do not use. Inspect Str

Returns

Arr of Str
inspect(path:Arr, h:Any)internal Source: stdlib.ngs:560
Internal method. Please do not use. Inspect Hash and similar data structures

Returns

Arr of Str
inspect(path:Arr, cp:CommandsPipeline)internal Source: stdlib.ngs:573
Internal method. Please do not use. Inspect CommandsPipeline

Returns

Arr of Str
inspect(x:Any) Source: stdlib.ngs:592
Inspect any object

Returns

Human readable representation of the object
inspect(path:Arr, a:Set) Source: stdlib.ngs:1773
Inspect Set

Returns

Arr of Str
inspect(tr:TestsResults)
Undocumented

Returns

Lines