is_shorter_than method

bool is_shorter_than(
  1. int length
)

Implementation

bool is_shorter_than(int length) {
  return this.len < length;
}