[Draft] Adding Safe indexing to Array

This is officially out of bounds for standard subscripting because of the performance hit among other reasons.

I don't think having to double-unwrap for optionals is any more an issue than if a dict stores optional values.