Go Slices: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
A ''slice'' is a reference type that implements a ''dynamic array''. | A ''slice'' is a reference type that implements a ''dynamic array''. | ||
Slice built-in functions <tt>[[ | Slice built-in functions <tt>[[Go Built-In Functions Appending to and Copying Slices#append.28.29|append()]]</tt>, <tt>[[Go Built-In Functions Appending to and Copying Slices#copy.28.29|copy()]]</tt>. | ||
<font color=red>'''TODO''' Deep difference between slice and array (memory model, etc.)</font> | <font color=red>'''TODO''' Deep difference between slice and array (memory model, etc.)</font> |