Skip to main content
Latest
File
package index
func PrefixCount(words []string, pref string) int { return prefixCount(words, pref)}