inspect multimethod
Methods
- inspect(path:Arr, val:Any)internal Source: stdlib.ngs:539
- 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:552
- Internal method. Please do not use.
Inspect Eachable1
- inspect(path:Arr, x:Any)internal Source: stdlib.ngs:602
- Internal method. Please do not use.
For Type, NativeMethod, UserDefinedMethod
- inspect(path:Arr, mm:MultiMethod)internal Source: stdlib.ngs:617
- Internal method. Please do not use.
Inspect MultiMethod
- inspect(path:Arr, s:Str)internal Source: stdlib.ngs:624
- Internal method. Please do not use.
Inspect Str
- inspect(path:Arr, h:Any)internal Source: stdlib.ngs:631
- Internal method. Please do not use.
Inspect Hash and similar data structures
- inspect(path:Arr, cp:CommandsPipeline)internal Source: stdlib.ngs:644
- Internal method. Please do not use.
Inspect CommandsPipeline
- inspect(x:Any) Source: stdlib.ngs:663
Returns
Human readable representation of the object
- inspect(path:Arr, a:Set) Source: stdlib.ngs:2247
- inspect(tr:TestsResults)