© 2026 Hedgehog Software, LLC
alias U8 = DType.uint8 @inline_always fn is_digit(value: U8) -> Bool: return value >= 48 && value <= 57
expected a type, not a value
U8