cc @zbraniecki
In addition to returning an array of matched locales, I was wondering if we can actually return Intl.Locale[] instead. The benefit being that this solidify Intl.Locale as the data model representing Locale within ECMA402 and it also come already parsed with extensions builtin. Thoughts?