Web-based responsive document annotation tool
activeannoservice / common / kotlin.collections.MutableList / 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