|
replace std.variant with std.sumtype (#2550)
Variant is quite big and runtime heavy, with sumtype we already cover wrong type cases at compile time. |
|---|
|
|
| source/dub/commandline.d |
|---|
| source/dub/internal/sdlang/ast.d |
|---|
| source/dub/internal/sdlang/parser.d |
|---|
| source/dub/internal/sdlang/token.d |
|---|
| source/dub/recipe/sdl.d |
|---|