pub static TUPLE: TypeDescriptorExpand description
Descriptor for the Tuple value type (§4.5). Structural equality,
hashing (§5.5) and the container ordering (ADR-138) all recurse element-wise
through the per-shape schema’s element descriptors. A tuple is
equatable/hashable iff every element is; functions never are, so a tuple
containing a function is neither.