immutable int[] arr = [4, 5, -6]; assert (arr.arraySize == 24, "Array size of arr must be 8 * 3 = 24!");
See Implementation