struct Novika::ForeignFunction
- Novika::ForeignFunction
- Struct
- Value
- Object
Overview
A thin wrapper around FFI::Function
.
Included Modules
Defined in:
novika/forms/foreign.crConstructors
Class Method Summary
Instance Method Summary
- #desc(io)
-
#on_open(engine : Engine) : self
Reacts to this form being opened with engine.
- #to_s(io)
Instance methods inherited from module Novika::Schedulable::ShouldOpenWhenScheduled
schedule!(engine : Engine, stack : Block)
schedule!
Instance methods inherited from module Novika::Form
a(type : T.class) : T forall T
a,
desc(io : IO)desc : String desc, die(details : String) die, effect(io)
effect effect, on_open(engine : Engine) : self on_open, on_parent_open(engine : Engine) : self on_parent_open, onto(block : Block) : self onto, sel(a, b) sel, to_quote : Quote to_quote