prepend abstract method

HKT<G, A> prepend(
  1. A t
)

Insert a new element A at the beginning.

Implementation

HKT<G, A> prepend(A t);