result method

ILazyList<A> result()

Implementation

ILazyList<A> result() {
  _next.init(() => _Empty<A>());
  return _list;
}