DContext

data class DContext(val indented: Int, val column: Int, val type: String, var align: Boolean?, val prev: DContext?)

Constructors

Link copied to clipboard
constructor(indented: Int, column: Int, type: String, align: Boolean?, prev: DContext?)

Properties

Link copied to clipboard
Link copied to clipboard
val column: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard