SharedControl.invoke

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void invoke(void function(Control, ARGS) fn, ARGS args)
    class SharedControl
    void
    invoke
    (
    ARGS...
    )
    (
    void function
    (,
    ARGS
    )
    fn
    ,
    ARGS args
    )
    if (
    ARGS.length &&
    !hasLocalAliasing!(ARGS)
    )
  2. void invoke(void function(Control, ARGS) fn, ARGS args)

Meta