Tyyppi.Value.list

You're seeing just the function list, go back to Tyyppi.Value module for more information.

Specs

list() :: t()

Creates a not defined list wrapped by Tyyppi.Value

Specs

list(
  options ::
    Tyyppi.T.t(wrapped) | [{:type, Tyyppi.T.t(wrapped)} | factory_option()]
) :: t(wrapped)
when wrapped: term()

Factory for list wrapped by Tyyppi.Value

Specs

list(value :: list(), type :: Tyyppi.T.t(wrapped)) :: t(wrapped)
when wrapped: term()