chill-rs/chill

Support for specifing view keys (start, end, …) by reference

Opened this issue · 0 comments

Currently, applications specify start and end keys for views only by value.

Chill should also support specifying keys by reference so as to eliminate a key copy in some cases.