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

commonMain.com.fleeksoft.ksoup.ported.Collections.kt Maven / Gradle / Ivy

package com.fleeksoft.ksoup.ported

internal class Collections {
    companion object {
        fun  unmodifiableList(list: List): List {
            return list.toList()
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy