InlineDelimiter

class InlineDelimiter(val type: DelimiterType, val from: Int, val to: Int, var side: Int)

Constructors

Link copied to clipboard
constructor(type: DelimiterType, from: Int, to: Int, side: Int)

Properties

Link copied to clipboard
val from: Int
Link copied to clipboard
var side: Int
Link copied to clipboard
val to: Int
Link copied to clipboard