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

Returns

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

Returns

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

Returns

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

Returns

Arr of Str
inspect(path:Arr, h:Any)internal Source: stdlib.ngs:631
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:644
Internal method. Please do not use. Inspect CommandsPipeline

Returns

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

Returns

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

Returns

Arr of Str
inspect(tr:TestsResults)
Undocumented

Returns

Lines