deimos-lang/dm_lib/std/fp/zero.dm
2024-12-01 23:06:51 -06:00

6 lines
55 B
Plaintext

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