#pragma once namespace LuprexCommonTypes { // Array of tangible IDs. using IdArray = TArray; // View of Array of tangible IDs. using IdView = TArrayView; }