Kino.Inspect (Kino v0.19.0)

Copy Markdown View Source

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.

Summary

Functions

Wraps the given term.

Types

t()

@opaque t()

Functions

new(term)

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

Wraps the given term.