Type Definition Rect
euclid
type Rect<T> = TypedRect<T, UnknownUnit>;
The default rectangle type with no unit.