zig icon indicating copy to clipboard operation
zig copied to clipboard

Add ConstIterators to the enum collections

Open tau-dev opened this issue 1 year ago • 0 comments

Fixes #18769. Also let the priority (de)queue iterators accept const pointers, since they do not need to modify the struct for iteration.

tau-dev avatar Jul 24 '24 19:07 tau-dev