Type alias ViewL<A>

ViewL<A>: Option<Tuple<A, Seq<A>>>

The view of the left end of a Seq.

Type Parameters

  • A

Generated using TypeDoc