redpanda-data / redpanda

Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!
https://redpanda.com
9.69k stars 591 forks source link

util: Add bounds checking helper #24215

Closed IoannisRP closed 4 days ago

IoannisRP commented 4 days ago

Add utility helpers to check if an integer value is within the limits of a different integer value.

TODO:

Backports Required

Release Notes

IoannisRP commented 4 days ago

closed as the functionality proposed in this PR is already part of the std library as std::in_range