VM.load

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void load(size_t registers, Value[] constants, const(Instr)[] instrs, const(SourceLoc)[] locs, const(string)[] sources)
    struct VM(uint options = VMOptions.Default)
    void
    load
    (
    size_t registers
    ,,
    const(Instr)[] instrs
    ,
    const(SourceLoc)[] locs
    ,
    const(string)[] sources
    )
  2. void load(size_t registers, size_t constants, const(Instr)[] instrs, const(SourceLoc)[] locs, const(string)[] sources)

Meta