Module

Data.PreciseDateTime.Internal

#dropWhileEnd

dropWhileEnd :: (Char -> Boolean) -> String -> String

Returns the prefix remaining after dropping characters that satisfy the predicate from the end of the string.

Modules