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