Struct CompletedCoalescingQueueNode<TContainer, TValue>
- Namespace
- CounterpointCollective.Collections
- Assembly
- CounterpointCollective.CoalescingQueue.dll
public readonly record struct CompletedCoalescingQueueNode<TContainer, TValue> : IEquatable<CompletedCoalescingQueueNode<TContainer, TValue>> where TContainer : struct
Type Parameters
TContainerTValue
- Implements
-
IEquatable<CompletedCoalescingQueueNode<TContainer, TValue>>
- Inherited Members
Methods
GetValue()
public ref TValue GetValue()
Returns
- TValue