Mojo function
isprintable
isprintable(c: SIMD[uint8, 1]) -> Bool
Determines whether the given character is a printable character.
Args:
- c (
SIMD[uint8, 1]
): The character to check.
Returns:
True if the character is a printable character, otherwise False.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!
😔 What went wrong?