mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
4 lines
67 B
Java
4 lines
67 B
Java
|
|
static Nat<N${num}> N${num}() {
|
||
|
|
return N${num}.instance;
|
||
|
|
}
|