static L getFirstPercent(L l, double percent) { ret takeFirst(iround(percent/100*l(l)), l); }