slurp

Just like std.file.slurp, but takes a Path.

  1. auto slurp(Path!C filename, char[] format)
    template slurp(Types...)
    slurp
    (
    C
    )
    (,
    in char[] format
    )
    if (
    isSomeChar!C
    )
  2. Select!(Types.length == 1, Types[0][], Tuple!(Types)[]) slurp(string filename, char[] format)

Members

Functions

slurp
auto slurp(Path!C filename, char[] format)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta