![lummax](/assets/img/avatar_default.png)
ChannelLayoutIter.best()
Somehow the condition `cur.channels() > cur.channels()` slipped in which will always be `false`. The correct condition is `cur.channels() > acc.channels()`.
Description
Languages
Rust
100%