TEAPACK: no mínus ne, ale System.Index má i přetížený konstruktor, kde si boolem dáš, jestli je to od konce nebo od začátku
//stejné jako ^1
var index = new System.Index(1, true)
But you can also create an Index with a new ^ operator, meaning "from end". So ^1 is one from the end