Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arg type: change type of array arguments from [n]*type -> *[n]type
imo it is more logical for programmers to say just &myArray than creating a new array with pointers to each element of our array reffer AllenDang#84
- Loading branch information