Shlex.this

We don't support implicit stdin as instream as in Python.

  1. this()
  2. this(ShlexStream instream, Nullable!string infile, Posix posix, PunctuationChars punctuationCharsFlag, bool whitespaceSplit)
    struct Shlex
    this
    (,
    Nullable!string infile = Nullable!string.init
    ,
    Posix posix = No.posix
    ,
    PunctuationChars punctuationCharsFlag = No.PunctuationChars
    ,
    bool whitespaceSplit = false
    )
  3. this(Stream instream, Nullable!string infile, Posix posix, PunctuationChars punctuationChars, bool whitespaceSplit)

Meta