Is there any shortcut for unpacking slices like I'd want to do in a scenario like this?
`info = readln.strip.split;`
`string a = info[0], b = info[1], c = info[2];`

Reply via email to