Unpacking Slices

Justin Choi justinjchoice at gmail.com
Mon Jun 14 18:08:27 UTC 2021


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];`


More information about the Digitalmars-d-learn mailing list