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