Slide 11
Slide 11 text
if you wanted some like a tuple from Swift or Python,
you can do that as well.
let point: [number, number] = [7, 5];
This will only allow arrays with two number elements.
This helps ensure that you're getting what you think
you're getting.