simplePrintable

Answer two things: (1) What object to print directly after the operand index, or null if none; (2) Whether to present the object as a sub-object for navigating in the debugger.

When invoked on the instance of an instanceMeta (or the instance's instance of a meta-metatype) the nullity of the first value determines whether the original value should be printed, and the second value is ignored.

Return

Whether to print the value instead of deconstructing it.

Parameters

value
The value to check for simple printability.