primitive description of_

Definitions:

any
Source: /avail/Avail/Foundation/Bootstrap/Infallible Primitives
Categories: Primitives, Stringification
Produce a primitive description of the argument. This description is mechanically constructed by the Avail virtual machine. It may not contain appropriately localized text, and is intended to provide implementation-specific information that serves only to assist the Avail virtual machine developers in debugging the implementation.
Position Name Type Description
Parameters
1 value any A value.
Returns string A mechanically constructed, possibly non-localized, implementation-specific description of the argument.