scala.Range

object BigInt

[source: scala/Range.scala]

object BigInt
extends AnyRef
Method Summary
def apply (start : BigInt, end : BigInt, step : BigInt) : Exclusive[BigInt]
def inclusive (start : BigInt, end : BigInt, step : BigInt) : Inclusive[BigInt]
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def apply(start : BigInt, end : BigInt, step : BigInt) : Exclusive[BigInt]

def inclusive(start : BigInt, end : BigInt, step : BigInt) : Inclusive[BigInt]