reading file byLine

deed via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Sep 5 07:49:11 PDT 2015


On Saturday, 5 September 2015 at 14:44:19 UTC, deed wrote:
>  .map!(s => chomp(s, "\"")
>  .map!(s => chompPrefix(s, "\"")

should be

  .map!(s => chomp(s, "\""))
  .map!(s => chompPrefix(s, "\""))


More information about the Digitalmars-d-learn mailing list