Alias Isolated
Encapsulates the given type in a way that guarantees memory isolation.
alias Isolated(T)
= T;
See Also
makeIsolated, makeIsolatedArray
Encapsulates the given type in a way that guarantees memory isolation.
alias Isolated(T)
= T;
makeIsolated, makeIsolatedArray