Span

final case class Span(x0: Int, x1: Int, includeX0: Boolean, includeX1: Boolean)

Span

NOTE: Use negative span for an empty interval

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def isEmpty: Boolean
def nonEmpty: Boolean
def size: Int
def ticks: List[Tick]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product