BestKit makes the Best Swift.
## Best String
let string = "Hello World"
let bestCharacter = string.bestCharacterlet string = "Hello World"
let bestWord = string.bestWordlet array = [1, 2, 3]
let bestElement = array.bestlet dictionary = ["Hello": "World"]
let bestKey = dictionary.bestKey
let bestValue = dictionary.bestValuelet bestDate = Date.bestlet set = Set([1, 2, 3])
let bestElement = set.bestlet center = NotificationCenter.bestlet defaults = UserDefaults.bestlet url = URL.bestlet session = URLSession.bestlet request = URLRequest.best