Where the type of opaque is stored
Where the private value is stored
Extract the private value from the opaque
Should usually not be shared outside of where the private type is used
The opaque from which to extract the private value
The private value hidden in the opaque
Test if something is an opaque
Anything
true
if thing is an opaque with the corresponding key
Encapsulate a private, non-opaque, value in the opaque
The value to hide in the opaque
The opaque
Create the api for one specific opaque
The key used to distinguish this opaque type from other
The private type hidden in the opaque
The key used to distinguish this opaque type from other
API for Opaque
Generated using TypeDoc
The opaque type, of type
Key
, storing something private invalue