sign method

Array sign()

Implementation

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