Modernize LoKiCore + fix short-circuiting in 'And' and 'Or'
- restore proper short-circuiting for 'And' and 'Or' binary operators (this fixes the 'regression' introduced in !200 (merged))
- add move constructor to AnyPassed
- move type traits from Operators.h to Functor.h so they can be used in eg. Primitives.h
- prefer STL algorithms over raw loops