Kinda.Wrapper.CField (kinda v0.12.0)

Copy Markdown View Source

Normalized C field fact extracted from a record declaration.

Summary

Types

t()

@type t() :: %Kinda.Wrapper.CField{
  ctype: Kinda.Wrapper.CType.t() | nil,
  name: String.t()
}