C3nif.Parser.NifFunction (C3nif v0.2.0)

View Source

Metadata for a NIF function extracted from C3 source.

Summary

Types

dirty()

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

t()

@type t() :: %C3nif.Parser.NifFunction{
  arity: non_neg_integer(),
  c3_name: String.t(),
  dirty: dirty(),
  elixir_name: String.t(),
  line: pos_integer()
}