Expand description
Schema construction with full validation.
Every ArraySchema in the system passes through ArraySchemaBuilder::build()
so the per-domain validation rules (dim arity, tile-extent arity,
non-empty attrs, unique names, well-formed bounds) live in one
place.
Structsยง
- Array
Schema Builder - Builder for
ArraySchema. Build is fallible.