SwiftContext

data class SwiftContext(val prev: SwiftContext?, val align: Int?, val indented: Int)

Constructors

Link copied to clipboard
constructor(prev: SwiftContext?, align: Int?, indented: Int)

Properties

Link copied to clipboard
val align: Int?
Link copied to clipboard
Link copied to clipboard