Indexing Operators
Learn to overload indexing operators for structs.
We'll cover the following...
Use of indexing operators
opIndex, opIndexAssign, opIndexUnary, opIndexOpAssign, and opDollar make it possible to use indexing operators on user-defined types ...