P16

ninetynine.P16
object P16

P16 - drop every nth element from a list.

Attributes

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

Members list

Value members

Concrete methods

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

Attributes

Returns

the list l without every Nth element

Concrete fields

val logger: Logger