SchemeIndentStack

data class SchemeIndentStack(val indent: Int, val type: String, val prev: SchemeIndentStack?)

Constructors

Link copied to clipboard
constructor(indent: Int, type: String, prev: SchemeIndentStack?)

Properties

Link copied to clipboard
val indent: Int
Link copied to clipboard
Link copied to clipboard