On 06/17/13 23:11, bearophile wrote: > Artur Skawina: > >>> ".tuple" can also be written "[]". >> >> No idea what you mean by this. > > If in the code you wrote you replace the first ".tuple" with "[]" the code > keeps working.
It does not - I really have no idea what you mean; slicing a struct does not (and can not) produce an auto-expanding tuple, unless I'm missing some recent language change... artur