P17

ninetynine.P17
object P17

P17 - split a list into two parts.

Attributes

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

Members list

Value members

Concrete methods

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

Attributes

Returns

two lists that split l at position

Concrete fields

val logger: Logger