Implement llListSortStrided

The only difference between this function and llListSort is the index, so llListSort is adapted to accept it.
This commit is contained in:
Sei Lisa
2024-04-19 15:22:35 +02:00
parent 5ee290deff
commit ff85a1e837
3 changed files with 71 additions and 8 deletions

View File

@@ -0,0 +1,52 @@
[ "T1"
, "B"
, "C"
, "a"
, "d"
, "e"
, "á"
, "T2"
, 1
, "A"
, 2
, "B"
, 3
, "C"
, "T3"
, 1
, 2
, 3
, "A"
, "B"
, "C"
, "T4"
, 1
, "C"
, 2
, "B"
, 3
, "A"
, "T5"
, 3
, "A"
, 2
, "B"
, 1
, "C"
, "T6"
, "T7"
, "T8"
, 1
, "C"
, 2
, "B"
, 3
, "A"
, "T9"
, 3
, "A"
, 2
, "B"
, 1
, "C"
]