Returns the i-th element in content.
If T is a static array type, a slice to the element is returned.
element index
i-th element in content
Out: If T is a static array type, the length of the returned slice is T.length.
See Implementation
Returns the i-th element in content.
If T is a static array type, a slice to the element is returned.