Skip to content

Flow improvement: Reorder if statement to extract common patterns and allow collecting

AdminXVII requested to merge AdminXVII/ion:flow-improvement into master

Reduce the number of possible branches. Use collect instead of Vec::new for collecting values faster and with less allocations

Merge request reports