add range constraint type
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
make_range :: func(calls @mut i32, end usize) int {
|
||||
make_range :: func(calls @mut i32, end usize) range {
|
||||
calls^ = calls^ + 1
|
||||
return 0..end
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user