|
|
|
|
|
by habibur
1611 days ago
|
|
Read only top half of the article. Would like to add that at least in plain C, doing var[index] doesn't invoke any checked() or unchecked() access function call. It's rather compiled into assembly instructions to calculate the address where the data is expected and load it into memory in one or two lines. |
|