Jesse McNelis
unread,Jun 26, 2014, 7:09:56 PM6/26/14Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Erwin, chris dollin, nicolas riesch, golang-nuts
On Fri, Jun 27, 2014 at 4:56 AM, Erwin <
snes...@gmail.com> wrote:
> Surely caution is needed, but here it is actually safe to do so.
As long as everyone that works on this code knows that A and B need to
always be the same size and that you need to be careful with what you
assign to the variable 'b' and that the size of slices doesn't change
in a type specific way sometime in the future or on some different
implementation.
I'm sure the newbie asking this question knows all of this.