Module Gccjit.Param

module Param: sig .. end

val create : Gccjit.context ->
?loc:Gccjit.location -> Gccjit.type_ -> string -> Gccjit.param
In preparation for creating a function, create a new parameter of the given type and name.
val to_string : Gccjit.param -> string
Get a human-readable description of this object.