|
|
|
|
|
by pjmlp
699 days ago
|
|
From CS point of view, references are pointers that you can't get the underlying value behind them. Being able to do arithmetic is orthogonal to that. In fact check a language like D, C#, Swift, with references, pointers, and pointers with arithmetic. |
|