read

Like $(FULL_STD_FILE read), but supports Path and command echoing.

  1. void[] read(Path name, size_t upTo)
  2. void[] read(string name, size_t upTo)
    void[]
    read
    (
    in string name
    ,
    size_t upTo = size_t.max
    )

Meta