read

Part of workaround for DMD Issue #12111

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

Meta