Skip to content

removed template from iterators since specializing them would be overkill,…

Nils Kohl requested to merge untemplating_iterators into edgedofspace

removed template from iterators since specializing them would be overkill, hoping this will not drastically affect performance (for loops were better anyway - iterators are mostly for convenience)

Merge request reports