A concept that checks if an type is a valid accessor, aka it has a const [] operator or a non-const [] operator.
#include <Accessor.hpp>