Kinda.CodeGen.NIFDecl (kinda v0.2.6)

Link to this section Summary

Link to this section Types

@type dirty() :: :io | :cpu | false
@type t() :: %Kinda.CodeGen.NIFDecl{
  arity: integer(),
  dirty: dirty(),
  nif_name: nil | String.t(),
  ret: String.t(),
  wrapper_name: nil | String.t(),
  zig_name: nil | String.t()
}

Link to this section Functions

Link to this function

from_function(f)

Link to this function

from_resource_kind(kind_decl)