module: rename all_components -> component_types_by_name

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2024-05-04 12:45:29 -07:00
parent 7ccfcefa96
commit b37ece1b9a
4 changed files with 34 additions and 34 deletions

View file

@ -99,7 +99,7 @@ test "entities DB" {
try testing.expectEqual(@as(usize, 1001), ids[0]);
// TODO: can't write @as type here easily due to generic parameter, should be exposed
// ?Archetype.Slicer(all_components)
// ?Archetype.Slicer(component_types_by_name)
try testing.expectEqual(iter.next(), null);
//-------------------------------------------------------------------------