pure<B> method

IVector<B> pure<B>(
  1. B b
)

Implementation

IVector<B> pure<B>(B b) => emptyVector<B>().appendElement(b);