abstract struct Novika::FFI::Function
- Novika::FFI::Function
- Struct
- Value
- Object
Overview
Base type for C function call interfaces.
Direct Known Subclasses
Defined in:
novika/ffi.crConstructors
Instance Method Summary
-
#call(block : Block) : Form | Nil
Drops arguments from block and calls this function.
-
#id : String
Returns the identifier of this function.
- #initialize
Constructor Detail
Instance Method Detail
Drops arguments from block and calls this function.
Returns the resulting form, or nil in case this function
returns Nothing
(C void
).