I\'m looking for an elegant way to get a slice of a list from element n onwards without having to specify the length of the list. Lets say we have a multiline string which I spl
The right answer is takeRight(n):
takeRight(n)
"communism is sharing => resource saver".takeRight(3) //> res0: String = ver