Kinda.CodeGen.NIFDecl (kinda v0.9.3)

Summary

Types

dirty()

@type dirty() :: :io | :cpu | false

t()

@type t() :: %Kinda.CodeGen.NIFDecl{
  arity: integer(),
  nif_name: nil | String.t(),
  wrapper_name: nil | String.t()
}

Functions

from_resource_kind(kind_decl)