pub type FileTable<T = bool> = Table<File, T, { _ }>;
pub struct FileTable<T = bool> { pub all: [T; 8], /* private fields */ }
all: [T; 8]