ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / common / kotlin.collections.MutableList / mapInPlace

mapInPlace

inline fun <T> MutableList<T>.mapInPlace(mutator: (T) -> T): MutableList<T>

Extension function to map a mutable list in place by using an iterator