083_anonymous_lists.patch 117 B

1234
  1. 23c23
  2. < const hello = .{ 'h', 'e', 'l', 'l', 'o' };
  3. ---
  4. > const hello: [5]u8 = .{ 'h', 'e', 'l', 'l', 'o' };