Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 208 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 208 Bytes

Slice Type

A slice lets you refer to contiguous part of a collection rather than the whole collection. It uses the range syntax (..) to reference the parts.

	[start_index..start_index+length]