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

com.github.shyiko.ktlint.ruleset.standard.package.kt Maven / Gradle / Ivy

The newest version!
package com.github.shyiko.ktlint.ruleset.standard

internal fun  List.head() = this.subList(0, this.size - 1)
internal fun  List.tail() = this.subList(1, this.size)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy