partialMatches

fun Iterable<String>.partialMatches(string: String, completions: MutableList<String> = mutableListOf()): List<String>