Linker.link

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void link(T funct, string symbol, string[] libraries)
    struct Linker
    static
    void
    link
    (
    T
    )
    (
    ref T funct
    ,
    string symbol
    ,
    const string[] libraries...
    )
  2. void link(T funct, string symbol, LIBRARY[] libraries)

Meta