final
class
RangeSuffix extends AnyVal
Instance Constructors
-
new
RangeSuffix(start: Int)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
getClass(): Class[_ <: AnyVal]
-
final
def
isInstanceOf[T0]: Boolean
-
val
start: Int
-
def
step: Int
-
def
toString(): String
Inherited from AnyVal
Inherited from NotNull
Inherited from Any
A range suffix is just a marker for the beginning of a range.