Zero import { Zero } from "destack:math"; Numeric type with an additive identity. export newtype interface Zero { static zero(): this; } language/library/src/math/identity.ds:2:5 Members static zero(): this Return the additive identity.