Expand description
  facet-opaque
Thanks to all individual and corporate sponsors, without whom this work could not exist:
Provides helpers around type-erased pointers like OpaqueUninit, OpaqueConst, Opaque for Facet types.
§License
Licensed under either of:
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option. Opaque pointers
TODO: should these carry a Layout around? That would be neat actually.
Structs§
- Opaque
- A type-erased pointer to an initialized value
- Opaque
Const - A type-erased read-only pointer to an initialized value.
- Opaque
Uninit - A type-erased pointer to an uninitialized value