View Source Zig.Type.Function (zigler v0.11.0)

module representing the zig type, as identified by performing semantic analysis on the zig code.

Summary

Types

@type t() :: %Zig.Type.Function{
  arity: non_neg_integer(),
  name: atom(),
  params: [Zig.Type.t()],
  return: Zig.Type.t()
}

Functions