New array declaration syntax

I’d like to get a consensus here so that I can move forward with the implementation. It sounds like array[N] matrix[I, J] has some fans, but it wasn’t in the original poll. Here’s a new poll with that one vs. the winner from the original poll:

How to declare an N-sized array of I × J matrices?

  • matrix[I, J][N]
  • array[N] matrix[I, J]

0 voters

I’m going to ping everyone who voted in the original poll because I’m a terrible person: @mitzimorris @syclik @Max_Mantei @spinkney @jtimonen @adlauretig @martinmodrak @fabio @rtrangucci @MauritsM @paul.buerkner @mbjoseph @srouchier @RJTK @Bob_Carpenter

6 Likes