com.agog.mathdisplay.parse / NSRange

NSRange

data class NSRange : Any

Constructors

<init> NSRange(location: Int = NSNotFound, length: Int = 0)

Properties

length var length: Int
location var location: Int
maxrange val maxrange: Int

Functions

equal fun equal(cmp: NSRange): Boolean
union fun union(a: NSRange): NSRange