Can't pass data from filter to each
Suliman via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Mon Apr 17 03:02:22 PDT 2017
New question. Can I put result of filtering in itself without
creation of new variables like x:
auto x =
MySQLTablesRange.array.filter!(a=>a[0].coerce!string.canFind("_"));
More information about the Digitalmars-d-learn
mailing list