Croma.Any (croma v0.12.0)

View Source

Module that represents any Elixir term.

Summary

Functions

Always returns true Intended to be used with other parts of croma to express variables with any type.

Types

t()

@type t() :: any()

Functions

valid?(value)

@spec valid?(term()) :: boolean()

Always returns true Intended to be used with other parts of croma to express variables with any type.