length method

int length()

(en) Returns the length of the sequence.

(ja) シーケンスの長さを返します。

Implementation

int length() {
  return seq.length;
}