abs method

Array abs()

Implementation

Array abs() {
  return applyFunction((v) => v.abs());
}