torokmark / typescript_collection_framework

:carousel_horse: Collection framework for TypeScript
4 stars 2 forks source link

Queue<T> #15

Open torokmark opened 11 years ago

torokmark commented 11 years ago

Implementing the Queue structure. Represents a first-in, first-out collection of objects.