New Issue: Domain transformation operations

17918, "vasslitvinov", "Domain transformation operations", "2021-06-14T17:53:03Z"

Issue #17127 examines and discusses transformation operations on ranges. This issue requests establishing a set of transformation operations on domains that parallels those on ranges w.r.t. the kinds of transformations and their behavior (ex. modifies the receiver vs. returns a new domain).

Right now domains define these methods:

  • expand()
  • exterior()
  • interior()
  • translate()

Depending on the outcomes of #17127, we may, for example, want to add:

  • shift()
  • offset()
  • shift(), unshift()
  • alignLow(), alignHigh()