VM.bindGlobal

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void bindGlobal(string name, T value)
    struct VM(uint options = VMOptions.Default)
    void
    bindGlobal
    (
    T
    )
    (
    string name
    ,
    ref T value
    )
    if (
    is(T == struct)
    )
  2. void bindGlobal(string name, T value)

Meta