menu
take
import { take } from "destack:memory";
Replace destination with its default value and return its previous value.
1export function take<T: Default>(destination: &'a exclusive T): Timport { take } from "destack:memory";
Replace destination with its default value and return its previous value.
1export function take<T: Default>(destination: &'a exclusive T): T