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("_"));

Reply via email to