Files
zig/lib/std
Andrew Kelley 321ccbdc52 Sema: implement for_len
This also makes another breaking change to for loops: in order to
capture a pointer of an element, one must take the address of array
values. This simplifies a lot of things, and makes more sense than how
it was before semantically.

It is still legal to use a for loop on an array value if the
corresponding element capture is byval instead of byref.
2023-02-18 19:17:21 -07:00
..
2023-02-05 09:18:07 -08:00
2023-01-19 16:57:29 +02:00
2022-12-13 13:14:20 +02:00
2022-12-09 21:57:17 +01:00
2022-11-04 00:09:27 +03:30
2023-02-18 19:17:21 -07:00
2023-02-14 02:17:33 +02:00
2022-12-13 13:14:20 +02:00
2022-01-07 00:06:06 -05:00
2023-01-11 15:39:48 -08:00
2022-09-11 23:18:43 -04:00
2023-02-04 23:19:00 +02:00
2023-02-13 02:22:24 -05:00
2023-02-04 15:19:53 -05:00
2023-01-29 22:00:14 +00:00
2022-04-15 17:01:01 -05:00
2023-01-06 18:52:39 -07:00
2022-12-21 17:02:53 +01:00
2023-02-03 00:06:11 -07:00