Open Aaron1011 opened 4 months ago
Since the Channels bitflags struct is part of the public API, this is a breaking change.
Channels
I've removed the ChannelsIter and iter method in favor of the bitflags-provided iter method (which uses its own iterator type)
ChannelsIter
iter
Since the
Channels
bitflags struct is part of the public API, this is a breaking change.I've removed the
ChannelsIter
anditer
method in favor of the bitflags-providediter
method (which uses its own iterator type)