17124, “vasslitvinov”, “Range ident() operation vs. ===”, “2021-02-09T06:22:18Z”
If we introduce the ===
operator to mean strict identity, should we replace ident()
on two ranges with ===
?
If yes, this issue requests the implementation.
If no, is ident()
a good name? There is only one ident
function in all of our modules, indicating that this is a one-off and probably should be made consistent with similar operations on other standard datatypes.