content: describe len() when introducing slices

len() is used in subsequent slides to explain other concepts.

Fixes golang/go#12758

Change-Id: I7fd4c48bc84aa2b6d57ea4c1e24149fd3f942bca
Reviewed-on: https://go-review.googlesource.com/15559
Reviewed-by: Andrew Gerrand <adg@golang.org>
diff --git a/content/moretypes.article b/content/moretypes.article
index 9b1005d..a28d012 100644
--- a/content/moretypes.article
+++ b/content/moretypes.article
@@ -83,6 +83,8 @@
 
 `[]T` is a slice with elements of type `T`.
 
+`len(s)` returns the length of slice `s`.
+
 .play moretypes/slices.go
 
 * Slicing slices