P10

ninetynine.P10
object P10

P10 - run-length encoding of a list.

Attributes

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

Members list

Value members

Concrete methods

def encode[A](l: List[A]): List[(Int, A)]

Attributes

Returns

run-length encoded list

Concrete fields

val logger: Logger