ifNotLast method

bool ifNotLast(
  1. int i
)

Implementation

bool ifNotLast(int i) => i != length - 1;