I'm trying to instantiate an object of Queue
using below code
var queue: Queue<Int> = Queue()
But I get this
Interface Queue does not have constructors
No idea what's going on, while searching I found this link.
But I don't understand anything. Please help.