ndInsertTrail method

Iterable<E> ndInsertTrail(
  1. E value
)

Implementation

Iterable<E> ndInsertTrail(E value) => insertTrail(value);