You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
something wrong when i used Implicitly Unwrapped Optional Type:
var manager:User var name:String var cars:Array<RentItem>! var users:Dictionary<String, User>! var carscount:Dictionary<String, Int>! var orders:Dictionary<Int, Order>