Slice is the object which contains the metadata of underlying array.It has 3 fields. Pointer to underlying array.It reference the first element of underlying array. Length or number of elements the slice has. Capacity of the slice.It defines the s...
navneetsblog.hashnode.dev8 min readNo responses yet.