Conform ComponentsIterator to Sequence

This commit is contained in:
Christian Treffs 2020-10-15 22:11:02 +02:00
parent a0d3f443f7
commit b3db653404
No known key found for this signature in database
GPG Key ID: 49A4B4B460BE3ED4
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@ extension Entity {
}
}
}
extension Entity.ComponentsIterator: Sequence { }
extension Entity: Equatable {
public static func == (lhs: Entity, rhs: Entity) -> Bool {