push

A helper function to push into IUntypedQueue.

Note: this function performs a shallow copy of t into the queue. If this is not desired, the caller class is to call push() method of IUntypedQueue and apply desired logic on returned pointer.

bool
push
(,
in void[] t
)

Parameters

q IUntypedQueue

A queue to push into

t void[]

An item to push into q

Return Value

Type: bool

true if t pushed into q, false otherwise

Meta