Common.run

Run some source

  1. Tuple!(Diagnostic[], DConsumable[]) run(string filename, string source, DConsumable[] args)
  2. Tuple!(Diagnostic[], DConsumable[]) run(string filename, string source, T args)
    class Common
    Tuple!(Diagnostic[], DConsumable[])
    run
    (
    T...
    )
    (
    string filename
    ,
    string source
    ,)

Meta