Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[stdlib] Add implicit decorators to constructors, NFC
This adds `@implicit` to all single-argument constructors to enable explicit by default construction. Implicit conversions are used heavily throughout the codebase, and so this is a required step to get it to compile. This allows us to take off `@implicit` constructors where they don't make sense, and fix the compiler errors one step at a time. MODULAR_ORIG_COMMIT_REV_ID: 931a2f38a0f9fe87007e334158f1fdf399f04bb2 Signed-off-by: Manuel Saelices <msaelices@gmail.com>
- Loading branch information