f***@public.gmane.org
2013-05-01 12:39:55 UTC
What's Xtend's syntax equivalent for Java's multi-dimensional array syntax:
e.g.
Type[][] matrixData = new Type[Dim1][Dim2];?
NewArrayOfSize() is only set up for single dimensions.
e.g.
Type[][] matrixData = new Type[Dim1][Dim2];?
NewArrayOfSize() is only set up for single dimensions.
--
You received this message because you are subscribed to the Google Groups "Xtend Programming Language" group.
To unsubscribe from this group and stop receiving emails from it, send an email to xtend-lang+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to the Google Groups "Xtend Programming Language" group.
To unsubscribe from this group and stop receiving emails from it, send an email to xtend-lang+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.