P03

ninetynine.P03
object P03

P03 - find Nth element of a list.

Attributes

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

Members list

Value members

Concrete methods

def nth[A](n: Int, l: List[A]): A

Attributes

Returns

the Nth element of the list l

Concrete fields

val logger: Logger