lengthCompare method

bool lengthCompare(
  1. Iterable others
)

Compare with others length

Implementation

bool lengthCompare(Iterable others) => length == others.length;