Shlex.pushSource

Push an input source onto the lexer's input source stack.

  1. void pushSource(Stream newstream, Nullable!string newfile)
  2. void pushSource(ShlexStream newstream, Nullable!string newfile)
    struct Shlex
    void
    pushSource
    (,
    Nullable!string newfile = Nullable!string.init
    )

Meta