effect-io-ai

Package: effect
Module: Schema

Schema.TupleWithRest.Rest

Non-empty list of schemas used for the rest portion of a TupleWithRest.

Details

The first schema describes the repeated rest element. Additional schemas, when present, describe trailing tuple elements after the repeated rest segment.

Signature

type Rest = readonly [Constraint, ...Array<Constraint>]

Source

Since v3.10.0