ITypedQueue.empty

interface ITypedQueue(T)
bool
empty
()

Return Value

Type: bool

true if queue is empty, false otherwise

Meta