takeLast: function(amount) {
      return reify(this, this.toSeq().reverse().take(amount).reverse());
    },