clockworklabs / SpacetimeDB

Multiplayer at the speed of light
https://spacetimedb.com
Other
4.12k stars 100 forks source link

`impl PartialEq<ProductValue> for RowRef` #1164

Closed Centril closed 2 weeks ago

Centril commented 2 weeks ago

Description of Changes

Implements PartialEq<ProductValue> for ´RowRef`.

Based on https://github.com/clockworklabs/SpacetimeDB/pull/1163.

API and ABI breaking changes

None

Expected complexity level and risk

2, some contained unsafe.

Testing

Proptests provided.