A wire proven to form a closed loop. The only way to obtain a ClosedWire is through smart constructors (closedWire(), rectangleWire(), etc.) or type guards (isClosedWire()). Assignable to Wire<D> — a subtype, not a separate type.
ClosedWire
closedWire()
rectangleWire()
isClosedWire()
Wire<D>
A wire proven to form a closed loop. The only way to obtain a
ClosedWireis through smart constructors (closedWire(),rectangleWire(), etc.) or type guards (isClosedWire()). Assignable toWire<D>— a subtype, not a separate type.