Conform ComponentsIterator to Sequence
This commit is contained in:
parent
a0d3f443f7
commit
b3db653404
|
|
@ -133,6 +133,7 @@ extension Entity {
|
|||
}
|
||||
}
|
||||
}
|
||||
extension Entity.ComponentsIterator: Sequence { }
|
||||
|
||||
extension Entity: Equatable {
|
||||
public static func == (lhs: Entity, rhs: Entity) -> Bool {
|
||||
|
|
|
|||
Loading…
Reference in New Issue