Cleanup the FieldVector<K,SIZE>
Compare changes
This MR cleans up the FieldVector
class similar to the cleanup of just the specialization FieldVector<K,1>
in !1387 (merged).
The following changes are implemented
for
, if
statements.constexpr
to all functions where possiblenoexcept
keyword where possible (sometimes with a condition)This MR also contains a change discussed and implemented in !1345 (merged), which should be merged before.