Type represents a function signature type containing both a slice of parameters as well as a slice of return values.

Fields

params: []const Valtype,
returns: []const Valtype,

Functions

fn deinit(self: *Type, gpa: std.mem.Allocator) void

No documentation provided.

fn eql(self: Type, other: Type) bool

No documentation provided.

fn format(self: Type, comptime fmt: []const u8, opt: std.fmt.FormatOptions, writer: anytype) !void

No documentation provided.