Introductionto Go and RPC in Go - home · DAMON

•Array: [n]Tis an array of nvalues of type T –Fixed size (cannot be resized) vara [2]string a[0] = "Hello" Valeria Cardellini -SDCC 2020/21 26 Composite data types: slices •[ ]Tis a slicewith elements of type T: dynamically-sized, flexible view into the elements of an array –Specifies two indices, a low and high bound, separated by a ................
................