VM.execute

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void execute(T output, Globals globals)
  2. void execute(T output)
    struct VM(uint options = VMOptions.Default)
    void
    execute
    (
    T
    )
    (
    ref T output
    )
    if (
    isWriterObject!T
    )

Meta