I for one am very happy with the change. And Inline array seems to me like a type I would use very often, so it's a welcome addition.
Just a side question. For this particular case:
let fourIntegers: [_ of _] = [1,2,3,4]
I presume that could also be written like this?
let fourIntegers: InlineArray = [1,2,3,4]