zig-objc/src
Rylee Lyman 8113ef70e0 fix!: avoid "comptime var" error by returning array instead of slice
this changes the semantics of `comptimeEncode`; users will need to,
e.g. use

```zig
const encoding = comptimeEncode(T);
passToObjc(&encoding)
```

to pass the encoding by pointer rather than by value.
2024-04-12 10:01:04 +01: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
main.zig add dedicated encoder, use writer, support comptime encoding 2023-10-21 10:21:13 -07:00
msg_send.zig update zig 2024-03-22 11:05:40 -07:00
object.zig style changes 2024-01-05 20:43:01 -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