Package: effect
Module: Schema
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>]
Since v3.10.0