struct EE::StaticLRU::Entry

#include <lrucache.hpp>

struct Entry {
    // fields

    std::uint16_t idx = NONE;
};