Skip to content

Refactor flow

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

Preallocate as much as possible Clone statements only for functions. This is an improvement under the assumption that functions are created less frequently than if/else/match/for block are used

Edited by AdminXVII

Merge request reports