slices of slices but each inner slice has the same length. Is there any way
to write a range loop such that it implicitly confirms that each slice is
of the same length without having to actually do length checks? For example,
http://play.golang.org/p/qDmYLAh-UO
will panic if len(s1) < len(s2), but will behave just fine if len(s1) >
len(s2). I'm wondering if I can construct this so it will panic in either
case without increasing runtime computational cost.
Thanks
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.