P19

ninetynine.P19
object P19

P19 - rotate a list n places to the left.

Attributes

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

Members list

Value members

Concrete methods

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

Attributes

Returns

the list l rotated n times to the left.

Concrete fields

val logger: Logger