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

commonMain.extensions.MutableList.kt Maven / Gradle / Ivy

package io.fluidsonic.stdlib


fun  MutableList.removeLast() =
	removeAt(size - 1)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy