prefixmatches

    Dark Mode
Search:
Group by:

Types

PrefixMatch {...}{.pure.} = enum
  None, Abbrev, Substr, Prefix
  Source Edit

Procs

proc prefixMatch(p, s: string): PrefixMatch {...}{.raises: [], tags: [].}
  Source Edit