View Source Kino.Inspect (Kino v0.12.3)

A struct wrapping any term for default rendering.

This is just a meta-struct that implements the Kino.Render protocol, so that the wrapped value is rendered using the inspect protocol.

Link to this section Summary

Functions

Wraps the given term.

Link to this section Types

@opaque t()

Link to this section Functions

@spec new(term()) :: t()

Wraps the given term.