builder.addMethod("atDec", {
      args: "index; dec=1"
    }, function($index, $dec) {
      this.put($index, this.at($index).$("-", [ $dec ]));
      return this;