zig-objc/src
Emily e1c328f647 iterator: support iteration using NSFastEnumeration
Implement the consumer side of the `NSFastEnumeration` protocol,
matching the compilation scheme used by Clang for Objective‐C
`for…in` loops.
2024-11-03 15:10:13 -08:00
..
autorelease.zig update zig 2023-06-30 09:49:12 -07:00
block.zig fix!: avoid "comptime var" error by returning array instead of slice 2024-04-12 10:01:04 +01:00
c.zig handle i8/bool result in ci 2023-10-21 10:24:50 -07:00
class.zig fix!: avoid "comptime var" error by returning array instead of slice 2024-04-12 10:01:04 +01:00
encoding.zig fix!: avoid "comptime var" error by returning array instead of slice 2024-04-12 10:01:04 +01:00
iterator.zig iterator: support iteration using NSFastEnumeration 2024-11-03 15:10:13 -08:00
main.zig iterator: support iteration using NSFastEnumeration 2024-11-03 15:10:13 -08:00
msg_send.zig update zig 2024-03-22 11:05:40 -07:00
object.zig iterator: support iteration using NSFastEnumeration 2024-11-03 15:10:13 -08:00
property.zig feat: implement Objective-C calling Zig 2023-10-20 15:37:37 -07:00
protocol.zig minor stylistic tweaks 2023-10-20 15:46:16 -07:00
sel.zig initial import 2023-01-02 14:48:21 -08:00