wickwirew/Runtime

Is it possible to check two struct is equal by using Runtime?

starFelix opened this issue · 0 comments

maybe there is a struct like below

struct Test {
    let a = 0
}

As we all know, this struct is not equatable, but the property a is equatable. Is possible to check isEqual by properties?