Module Gccjit.Field

module Field: sig .. end

val create : Gccjit.context ->
?loc:Gccjit.location -> Gccjit.type_ -> string -> Gccjit.field
Create a field, with the given type and name.
val to_string : Gccjit.field -> string
Get a human-readable description of this object.