menu
Default
import { Default } from "destack:memory";
Mark a type as having a conventional default value.
1export newtype interface Default {2 static default(): ^this;3}Members
static default(): ^thisCreate the default value.
import { Default } from "destack:memory";
Mark a type as having a conventional default value.
1export newtype interface Default {2 static default(): ^this;3}static default(): ^thisCreate the default value.