append abstract method

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

Insert a new element A at the end.

Implementation

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