slurp

Part of workaround for DMD Issue #12111

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

Meta