tern.typecons

Implementations for type wrappers/constructs and comptime type mixin blitting.

Modules

automem
module tern.typecons.automem

Wrappers for automatically managing memory.

common
module tern.typecons.common

General-purpose wrapper/construct types for interacting with types.

security
module tern.typecons.security

Wrappers for thread and side-channel mitigation behavior.

Public Imports

tern.typecons.automem
public import tern.typecons.automem;
Undocumented in source.
tern.typecons.common
public import tern.typecons.common;
Undocumented in source.
tern.typecons.security
public import tern.typecons.security;
Undocumented in source.

Meta