import { Queue } from "https://deno.land/x/easyts@0.1.3/container/queue.ts";
If the queue is not empty delete the element at the back
Parameters
optional
callback: DeleteCallback<T>call the callback on the removed element
Returns
ReturnValue<T>
deleted data