LetMe.AnyOf (LetMe v2.0.0)

Copy Markdown View Source

Struct that represents a combination of checks one of which must be true.

An AnyOf without children evaluates to false.

Summary

Types

t()

@type t() :: %LetMe.AnyOf{children: [LetMe.expression()], passed?: boolean() | nil}