Inspect.Algebra.space

You're seeing just the function space, go back to Inspect.Algebra module for more information.

Specs

space(t(), t()) :: t()

Inserts a mandatory single space between two documents.

Examples

iex> doc = Inspect.Algebra.space("Hughes", "Wadler")
iex> Inspect.Algebra.format(doc, 5)
["Hughes", " ", "Wadler"]