Maps value hashes to an indexed collection of previous values. Can be used in combination with a ByteStream to avoid serializing the same value multiple times.
More...
Maps value hashes to an indexed collection of previous values. Can be used in combination with a ByteStream to avoid serializing the same value multiple times.
- Template Parameters
-
T | The type of the value to be serialized/hashed. Must have a deterministic ValueType.GetHashCode implementation. Ideally should also override ValueType.GetHashCode in order to avoid boxing allocations. |
- Type Constraints
-
T | : | struct | |
T | : | IByteStreamSerializable | |