co.blocke.collection.mutable

Members list

Type members

Classlikes

object ListZipper

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
ListZipper.type
case class ListZipper[A](var left: List[A], var curFocus: Option[A], var right: List[A])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all