row method

Vector row(
  1. int i
)

Implementation

Vector row(int i) {
  return this[i];
}