Kinda.CodeGen.NIF (kinda v0.2.0)

Link to this section Summary

Link to this section Types

@type dirty() :: :io | :cpu | false
@type t() :: %Kinda.CodeGen.NIF{
  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(function)

Link to this function

from_resource_kind(type)