read

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

  1. alias read = std.file.read
  2. void[] read(Path name, size_t upTo)
    void[]
    read
    (,
    size_t upTo = size_t.max
    )

Meta