method Queue.prototype.pushBackimport { Queue } from "https://deno.land/x/easyts@0.1.3/container/mod.ts"; pushBack(val: T): booleaninserts val at the back of queue Parametersval: TReturnsbooleanReturns true if successful, if queue is full do nothing and return false