toggle menu
pprint-kotlin
1.0.0
jvm
switch theme
search in API
pprint-kotlin
/
io.exoquery.pprint
/
Renderer
/
Companion
Companion
object
Companion
Members
Properties
close
Paren
Link copied to clipboard
val
closeParen
:
Str
comma
New
Line
Link copied to clipboard
val
commaNewLine
:
Str
comma
Space
Link copied to clipboard
val
commaSpace
:
Str
new
Line
Link copied to clipboard
val
newLine
:
Str
open
Paren
Link copied to clipboard
val
openParen
:
Str
Functions
indent
Link copied to clipboard
fun
indent
(
n
:
Int
)
:
Str
join
Iter
Link copied to clipboard
fun
<
T
>
joinIter
(
it0
:
Iterator
<
Iterator
<
T
>
>
,
joiner
:
(
)
->
Iterator
<
T
>
)
:
Util.ConcatIterator
<
T
>