An value of unknown type in a specific universe.
Equations
Instances For
@[reducible, inline]
An value of unknown type.
Equations
Instances For
@[reducible, inline]
Cast away a value's type and universe.
Equations
Instances For
Cast an opaque value to a specific type.
This operation is unsafe because there is no guarantee that the opaque
value is of type α or that its real value can soundly fit inside the
opaque value's universe.
Equations
- self.cast = unsafeCast self
Instances For
@[reducible, inline]
Like cast, but with an explicit type.
Equations
- Lake.POpaque.castTo α self = self.cast