It looks like it should be an array T to me, then:

var T = [5][256]uint32

On Thursday, 2 May 2019 03:45:07 UTC+2, kortschak wrote:
>
> var T0, T1, T2, T3, T5 [256]uint32 
>
> https://play.golang.org/p/6Cm4p_NyD8m 
>
> On Wed, 2019-05-01 at 18:40 -0700, lgo...@gmail.com <javascript:> wrote: 
> > The following statement seems very awkward, is there a cleaner way to 
> > write  
> > it ? 
> > 
> > var T0= [256]uint32;  var T1= [256]uint32; var T2= [256]uint32; var 
> > T3=  
> > [256]uint32;  var T5= [256]uint32  
> > 
> > 
>

-- 
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 golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to