DTRange

@Serializable
data class DTRange(val start: OrgInlineElem.DTStamp, val end: OrgInlineElem.DTStamp, var tokens: List<Token>) : OrgInlineElem, OrgElem

Constructors

Link copied to clipboard
constructor(start: OrgInlineElem.DTStamp, end: OrgInlineElem.DTStamp, tokens: List<Token>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override var tokens: List<Token>