codewisdom / queue-Dlang

A basic FIFO queue module for the D programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

queue-Dlang

A basic FIFO queue module for the D programming language.

Not a double ended queue, but it gets the job done. I made this as an introduction to the language, so I can only imagine it isn't the most "standard" thing in the world. This is a rough port/rewrite of my original 'queue' Monkey module.

About

A basic FIFO queue module for the D programming language.

License:MIT License


Languages

Language:D 100.0%