menu
initAsExclusivePointer
import { initAsExclusivePointer } from "destack:memory";
Return an exclusive raw pointer to one storage.
1export declare function initAsExclusivePointer<T>(storage: &'a exclusive MaybeUninit<T>): *Timport { initAsExclusivePointer } from "destack:memory";
Return an exclusive raw pointer to one storage.
1export declare function initAsExclusivePointer<T>(storage: &'a exclusive MaybeUninit<T>): *T