1
0
Fork 0
mirror of https://github.com/ratfactor/ziglings synced 2024-05-24 13:26:02 +02:00
ziglings/patches/patches/074_comptime9.patch
2021-04-30 20:25:59 -04:00

5 lines
103 B
Diff

42c42
< fn makeLlamas(count: usize) [count]u8 {
---
> fn makeLlamas(comptime count: usize) [count]u8 {