Is there any built-in way to create an ordered map in Swift 2? Arrays [T] are sorted by the order that objects are appended to it, but dictionaries
[T]
var orderedDictionary = [(key:String, value:String)]()