Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

is_ascii_letter

codepoint.is_ascii_letter

is this an ASCII letter i.e. A-Z or a-z

NYI: PERFORMANCE: this is way slower, should investigate how/if to cache this Set union.
public is_ascii_letter bool => codepoint.latin_alphabet.contains val
0.097dev (GIT hash 0d8d2fabe31a27a00535b72694bf38cebdbb4cdd)
last changed: 2026-06-19