std::range::any_of is in \<algorithm>, not \<ranges>.
typename must be explicitly specified, else:
D:/Coding/umbra/projs/shadow/shadow-engine/shadow-entity/inc/NodeContainer.h:196:13: error: missing 'typename' prior to dependent type name 'MemoryChunk::Iterator'
MemoryChunk::Iterator element;
^~~~~
typename
std::range::any_of is in \<algorithm>, not \<ranges>. typename must be explicitly specified, else: