TomlIndentation

value class TomlIndentation(val representation: String)(source)

Indicates indentation representation in string output.

Ideally, users are supposed to use only spaces or tabs as representation.

Constructors

Link copied to clipboard
constructor(representation: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

the string form of this TomlIndentation.

Functions

Link copied to clipboard
open override fun toString(): String