Exercise #180: Medium Mutable
Type Challenges (Utility Types) ยท 03-medium
Goal

Goal: Implement the generic `Mutable<T>` which makes all properties in `T` mutable. For example: Source challenge: https://github.com/type-challenges/type-challenges/tree/main/questions/02793-medium-mutable Reference explanation: https://github.com/ghaiklor/type-challenges-solutions/blob/main/en/medium-mutable.md

Run "Check Solution" to validate your code in the browser.