One import { One } from "destack:math"; Numeric type with a multiplicative identity. export newtype interface One { static one(): this; } language/library/src/math/identity.ds:8:11 Members static one(): this Return the multiplicative identity.