alef-backend-zig 0.15.39

Zig backend for alef
Documentation
1
2
    const {{ name }}_z: ?[:0]u8 = if ({{ name }}) |v| try std.fmt.allocPrintSentinel(
        std.heap.c_allocator, "{s}", .{v}, 0) else null;