#pragma once namespace std { struct Array { T data[Size] [[inline]]; }; }