Short.Opaque.Data.Ordered.Z_MethodsBase

class java.lang.Object
trait scala.Matchable
class Any
trait _methods
class Short.Opaque.Data.Numerical[Short.Opaque.Data.Numerical.A]
trait _methods
trait _methods
class Short.Opaque.Data.Calculable[Short.Opaque.Data.Calculable.A]
class Short.Opaque.Data.Ordered[Short.Opaque.Data.Ordered.A]

Def

@targetName("range")

Range

Range

Returns Range from current to given value

Note. Range uses base primitive natural ordering

Source
Ordered.scala
@targetName("rangeOfSize")

Range by size

Range by size

Returns Range from current value to current plus given size exclusive

Note. Range uses base primitive natural ordering

Source
Ordered.scala
@targetName("rangeX")

Exclusive end range

Exclusive end range

Returns Range from current to given value exclusive

Note. Range uses base primitive natural ordering

Source
Ordered.scala
inline def max(v:

Max value

Max value

Returns maximum of current or given value

Source
Ordered.scala
inline def min(v:

Min value

Min value

Returns minimun of current or given value

Source
Ordered.scala