1 parent 3186168 commit b3898e3Copy full SHA for b3898e3
1 file changed
content/posts/odin-guide.md
@@ -573,9 +573,9 @@ foo: SomeStruct(int)
573
574
// "implicit" polymorphism implies that the type of a parameter is inferred from its input ($A: $B)
575
foo :: proc($N: $I, $T: typeid) {
576
- // N is the constant value passed
577
- // I is the type of N
578
- // T is the type passed
+ // N is the constant value passed
+ // I is the type of N
+ // T is the type passed
579
}
580
example := foo(4, int)
581
0 commit comments