We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hope equivalent to python's arr[1:-1]. for example:
arr[1:-1]
arr := GetItems() fmt.Println(arr[1:len(arr)-1])
we need to take arr as variable. but i want
part_of_arr := GetItems()[1:-1]