manhattanLength method

num manhattanLength()

Implementation

num manhattanLength() {
  throw('Not implimented in Vector type yet');
}