Module keyword_set

Source

Structsยง

AsciiUniCase ๐Ÿ”’
A string wrapper type with an ascii case insensitive Eq and Hash impl
CaseInsensitiveKeywordSet
A case-insensitive, ASCII-only set of strings, for use with Namer to avoid collisions with keywords and other reserved identifiers.
KeywordSet
A case-sensitive set of strings, for use with Namer to avoid collisions with keywords and other reserved identifiers.

Functionsยง

debug_assert_ascii ๐Ÿ”’