unmodifiable property
Gets an unmodifiable view of this queue.
Implementation
@override
CollectiveQueue<E> get unmodifiable => _collective.unmodifiable;
Gets an unmodifiable view of this queue.
@override
CollectiveQueue<E> get unmodifiable => _collective.unmodifiable;