s[:]
If s is a slice, then `s[:]` is identical to just `s`. Signed-off-by: Iskander Sharipov <quasilyte@gmail.com>