VM.bindConst

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

Meta