menu
Zero
import { Zero } from "destack:math";
Numeric type with an additive identity.
1export newtype interface Zero {2 static zero(): this;3}Members
static zero(): thisReturn the additive identity.
import { Zero } from "destack:math";
Numeric type with an additive identity.
1export newtype interface Zero {2 static zero(): this;3}static zero(): thisReturn the additive identity.