Allows use of key/index during initialization. i.e. intialization is similar to usage.
how to use
Use key/index between [ and ] followed by = followed by initial value. Seperate with , if repeating multiple key/value initializations.
note
Index initializer may also be used with other collections such as List. However, traditional collection initialization are easier to express without “boiler plate” consecutive indexed assignments.