View Source Vx.Any (Vx v0.3.0)
The Any type.
Summary
Types
@opaque t()
The any type.
Functions
@spec t() :: t()
Builds a new type that matches anything.
Examples
iex> Vx.Any.t() |> Vx.validate!("foo")
:ok
The Any type.
@opaque t()
The any type.
@spec t() :: t()
Builds a new type that matches anything.
iex> Vx.Any.t() |> Vx.validate!("foo")
:ok