deimos-lang/dm_lib_sketching/std/fp/zero.dm
2024-12-31 12:07:48 -06:00

6 lines
55 B
Plaintext

ns std::fp
pub int Zero<T : Nullable> {
zero: T
}