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