SCMPQueue.push

push a value into the queue.

Push a single value into the queue.

struct SCMPQueue(T, size_t size)
nothrow @trusted @nogc
bool
push
()

Parameters

data T

value to push.

Return Value

Type: bool

true if value was successfully pushed. False if the queue was full.

Meta