is Printable
Check if the all the data is human-readable (used in it.krzeminski.snakeyaml.engine.kmp.representer.Representer)
Return
true
only when everything is human-readable
Parameters
data
content to be checked for human-readability
Check if the code point is human-readable
Return
true
only when the code point is human-readable
Parameters
c
code point to be checked for human-readability