kostiakoval/Mirror

set a value with KVC or subscript notation

Closed this issue · 0 comments

Add ability to set or update values of a mirrored instance,
var mirror = Mirror(...)
mirror["name"] = "Jon"