drop Last While_
inline fun CharBuffer.dropLastWhile_(predicate: (Char) -> Boolean): List<Char>
Content copied to clipboard
Returns a list containing all elements except last elements that satisfy the given predicate. Kool ending underscore to avoid shadowing from stdlib
Samples
kool.buffers.Collections.Transformations.drop
Sources
(source)
Link copied to clipboard