new(ptr, args, ret_type, abi = DEFAULT)
Class Public methods
Constructs a Function object.
-
ptr
is a referenced function, of a Fiddle::Handle -
args
is an Array of arguments, passed to theptr
function -
ret_type
is the return type of the function -
abi
is the ABI of the function
Please login to continue.