Skip to content

Commit

Permalink
Update queue.inc
Browse files Browse the repository at this point in the history
  • Loading branch information
JoinedSenses authored Jan 16, 2021
1 parent debd182 commit 0adb254
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/queue.inc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

#include <adt_array>

// A FIFO Queue methodmap
// @Author JoinedSenses
methodmap Queue < Handle {
// Creates A FIFO Queue based on the behaviors of ArrayList and ArrayStack.
// @param blocksize The number of cells each member of the queue can
Expand Down

0 comments on commit 0adb254

Please sign in to comment.