I just noticed the discrepancy ``` julia> (@SVector [1])[] ERROR: ArgumentError: invalid index: () of type Tuple{} ``` ``` julia> ([1])[] 1 ```