We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rows(..., 0, -2)
As the title suggests.
A similar design can be found in Python: "123456"[0:-1].
"123456"[0:-1]