struct Core::Portable::CrcLookupTable::Table

#include <corecrc.h>

struct Table
{
    // fields

    static constexpr int kSize = 256;
    CrcType data[kSize] = {};
};