does anyone know if kotlin has a built in library that uses the
.mask
function? basically I need to mask a certain number of integers with a
*
t
tseisel
11/14/2019, 7:52 AM
No, Kotlin has no such function. I think it is a bit too usecase-specific to be implemented in the language stdlib. It shouldn't be too hard to implement your own ; or you could add a dependency to a library that has that feature