Avatar
enum IndirectOptional<Wrapped> { case none indirect case some(Wrapped) }
1:35 AM
↑のノリでプロパティにも indirect 付けたい。