Zodish.Type.Union (zodish v0.2.4)

View Source

Summary

Functions

Creates a new Union type.

Types

t()

@type t() :: t(Zodish.Type.t())

t(inner_types)

@type t(inner_types) :: %Zodish.Type.Union{inner_types: inner_types}

Functions

new(inner_types)

Creates a new Union type.