ArrayQueue


Description:

public ArrayQueue (owned EqualDataFunc<G>? equal_func = null)

Constructs a new, empty array queue.

If not provided, the function parameter is requested to the Functions function factory methods.

Parameters:

equal_func

an optional element equality testing function