Luna::RingDeque::assign

void assign(usize count, const value_type &value)

Replaces elements of the queue by several copies of the specified value.

Parameters

  • in count

    The number of copies to insert to the queue.

  • in value

    The value to copy.