Open bvssvni opened 9 years ago
This was designed when enum variants collided with other types in the same namespace. I find it a bit inconsistent to have Move(Motion). Changing Move to Motion should fix it.
Move(Motion)
Move
Motion
This was designed when enum variants collided with other types in the same namespace. I find it a bit inconsistent to have
Move(Motion)
. ChangingMove
toMotion
should fix it.