P02

ninetynine.P02
object P02

P02 - find last but one element of a list.

Attributes

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

Members list

Value members

Concrete methods

def penultimate[A](l: List[A]): A

Attributes

Returns

the last but one element of the list l

Concrete fields

val logger: Logger