slurp.slurp

Undocumented in source. Be warned that the author may not have intended to support it.
  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)

Meta