namespace MoonTools.ECS.Rev2
{
internal readonly record struct Record(Archetype Archetype, int Row);
}