times

open fun times(str: String, times: Int): String
open fun times(c: Char, times: Int): String