Skip to content
Snippets Groups Projects
Commit a4a979d9 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Add array subscript operator for R^d elements (for d in {1,2,3})

One can now write
``
R^2 x = (3, 2);
R y = x[1]; // y will contain the value 2
``
parent d2d7dbce
No related branches found
No related tags found
1 merge request!37Feature/language
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment