Q&A
Ask and answer questions to make information more available to wider audiences.
Anna Joseph @josephanna85   06, Jun 2023 12:00 AM
slice
What is “slice” in Golang?
answers 1
 
Answer 1
Samantha Jeanes @jeanessamantha   12, Jun 2023 06:09 PM
Slice is a lightweight data structure that is convenient than an array, the slice is a variable-length sequence that stores the homogeneous type of data.