[Pitch] InlineArray type sugar

The count of the array here is not a literal for example so any syntax for a sugared type would need to handle this case and not just something like 5:

func f<let n: Int>(_: InlineArray<n, Int>) {}
3 Likes