mirror of
https://github.com/dlang-community/dfmt.git
synced 2025-04-26 13:19:58 +03:00
3 lines
45 B
Text
3 lines
45 B
Text
void doStuff(T)() @safe if (isNumeric!T)
|
|
{
|
|
}
|