Searched defs:Unconstrained (Results 1 – 2 of 2) sorted by relevance
99 type Unconstrained<T> = ElementType<Mapped<T>>; alias
548 static TypeConstraint Unconstrained() { return {}; } in Unconstrained() function