Pinned Loading
-
-
-
-
Implementation of the visitor patter...
Implementation of the visitor pattern in Zig 1const std = @import("std");
23fn VisitorSet(comptime Argument: type, comptime Return: type, comptime types: anytype) type {
4return struct {
5const VisitorType = Visitor(Argument, Return, types);
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.