|
|
|
|
|
by ivanjermakov
158 days ago
|
|
In my experience, migrating small-scale projects takes from minutes to single digit hours. Standard library is changing. The core language semantics - not so much. You can update from std.ArrayListUnmanaged to std.array_list.Aligned with to greps. |
|