Type represents a function signature type containing both a slice of parameters as well as a slice of return values.
Type
params: []const Valtype,
returns: []const Valtype,
fn deinit(self: *Type, gpa: std.mem.Allocator) void
No documentation provided.
fn eql(self: Type, other: Type) bool
fn format(self: Type, comptime fmt: []const u8, opt: std.fmt.FormatOptions, writer: anytype) !void