All Downloads are FREE. Search and download functionalities are using the official Maven repository.

name.remal.lists.kt Maven / Gradle / Ivy

package name.remal

fun  List.subList(fromIndex: Int): List = this.subList(fromIndex, this.size)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy