D's type declarations seem to read right to left.
Adam D. Ruppe
destructionator at gmail.com
Wed Mar 21 20:19:30 UTC 2018
On Wednesday, 21 March 2018 at 20:07:09 UTC, tipdbmp wrote:
> I think this is a big improvement over C's "spiral" way of
> reading types:
Yes, D is perfect and has achieved sanity where before there was
none.
You can read basically anything with little knowledge.
void function()[] array_of_funtions;
int[]*[]*[string] assoctiavive array of pointers to arrays of
pointers to arrays of ints.
More information about the Digitalmars-d-learn
mailing list