dropWhileEnd package:byteslice

O(n) dropWhileEnd p b returns the prefix remaining after dropping characters that satisfy the predicate p from the end of t.
Throws an exception the Char argument is non-ascii.