is_length method

bool is_length(
  1. int length
)

Implementation

bool is_length(int length) {
  return this.len == length;
}