matchCount

val matchCount: (current: Int, total: Int) -> String(source)

Format string for match count display. Will be called with (currentIndex, totalCount) parameters. Example: "3 of 15"