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

commonMain.ru.casperix.math.collection.Extension.kt Maven / Gradle / Ivy

package ru.casperix.math.collection



fun  List.getLooped(index: Int): T {
    return this[index.mod(size)]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy