mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-26 08:31:44 +00:00
2 lines
61 B
Nim
2 lines
61 B
Nim
proc funWithGenerics*[T, U: SomeFloat](a: T, b: U) = discard
|