isValidKeyChar

Tells whether the character is valid for desktop entry key. Note: This does not include characters presented in locale names.

pure nothrow @nogc @safe
bool
isValidKeyChar
(
char c
)

Meta