Go Built-In Functions Length and Capacity: Difference between revisions
Jump to navigation
Jump to search
(→len()) |
(→len()) |
||
Line 10: | Line 10: | ||
=<tt>len()</tt>= | =<tt>len()</tt>= | ||
* [[Go Strings#String_Length|String length]] | |||
* [[Go Arrays#Array_Length|Array length]] | * [[Go Arrays#Array_Length|Array length]] | ||
* [[Go | * [[Go Slices#Slice_Length|Slice length]] | ||
=<tt>cap()</tt>= | =<tt>cap()</tt>= |