Skip to main content

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?