(
annotations: Annotations.Schema<TupleType.Type<Elements, Rest>>
)
| 1509 | Schema.Context<Elements[number]> | Schema.Context<Rest[number]> |
| 1510 | >(ast) { |
| 1511 | static override annotations( |
| 1512 | annotations: Annotations.Schema<TupleType.Type<Elements, Rest>> |
| 1513 | ): TupleType<Elements, Rest> { |
| 1514 | return makeTupleTypeClass(this.elements, this.rest, mergeSchemaAnnotations(this.ast, annotations)) |
| 1515 | } |
| 1516 | |
| 1517 | static elements = [...elements] as any as Elements |
| 1518 |
nothing calls this directly
no test coverage detected