cfunction
src/core/corelib.c on line 314 , column 1
(describe x )
Returns a string that is a human-readable description of `x` . For
recursive data structures , the string returned contains a pointer
value from which the identity of `x` can be determined.
(describe @[:a :b ]) # => "<array 0x55EC375CF440>"
(describe {:a 1 }) # => "<struct 0x5564AF1BD6C0>"
(describe :a ) # => ":a"