result method

List<int> result()

Implementation

List<int> result() {
  return array;
}