Avatar
struct ViewModel { enum State { ... } let state: Variable<State>(.initial) } VMをstructにするのであれば、👆みたいなの普通に起こりますね Variableはclass