Kinda.CodeGen.NIFDecl (kinda v0.10.1)

Summary

Types

dirty()

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

t()

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

Functions

from_resource_kind(kind_decl)