P22

ninetynine.P22
object P22

P22 - create a list containing all integers within a given range.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
P22.type

Members list

Value members

Concrete methods

def range(from: Int, to: Int): List[Int]

Attributes

Returns

a list with all integers from/to

Concrete fields

val logger: Logger