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

io.lsdconsulting.lsd.distributed.postgres.repository.Trimmer.kt Maven / Gradle / Ivy

There is a newer version: 3.1.6
Show newest version
package io.lsdconsulting.lsd.distributed.postgres.repository

fun String.trimToSize(size: Int) = this.substring(0, kotlin.math.min(this.length, size))




© 2015 - 2024 Weber Informatics LLC | Privacy Policy