Shlex.pushSource

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

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

Meta