RangeMask

fun RangeMask(    from: Int,     to: Int,     maxLength: Int? = null,     autofix: MaskAutofix? = null,     lazy: Boolean? = null,     eager: Boolean? = null,     placeholderChar: Char? = null)