isAlpha top-level constant

InRange const isAlpha

Implementation

const isAlpha = InRange([('A', 'Z'), ('a', 'z')]);