tokenize

fun tokenize(x: Any?, width: Int = defaultWidth, height: Int = defaultHeight, indent: Int = defaultIndent, initialOffset: Int = 0, escapeUnicode: Boolean = defaultEscapeUnicode, showFieldNames: Boolean = defaultShowFieldNames): Iterator<Str>

Converts an [Any] into an iterator of colored chunks, wrapped at a certain width and truncated at a certain height