Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
File
package index
func PrefixCount(words []string, pref string) int { return prefixCount(words, pref)}