P20

ninetynine.P20
object P20

P20 - remove the kth element from a list.

Attributes

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

Members list

Value members

Concrete methods

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

Attributes

Returns

the list l without the element on position n

Concrete fields

val logger: Logger