You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Reactor(.equtable)finalclassHomeReactor{
// @Reactor 매크로 작동 방식과 동일
}
// Begin expansion of "@Reactor(.equtable)"
extensionextension HomeReactor:Identifiable{varid:UUID{UUID()}}extensionHomeReactor:Equatable{staticfunc==(lhs:HomeReactor, res:HomeReactor)->Bool{
lhs.id == rhs.id
}}
// End expansion of "@Reactor(.equtable)"
📄 기타
주석화된 문서 작성하기
XCTest 케이스 작성하기
검증 완료
The text was updated successfully, but these errors were encountered:
🛠️ 작업 내용
@Reactor(.equatable)
매크로 구현📄 기타
검증 완료
The text was updated successfully, but these errors were encountered: