Semantic analysis of initializers.
Translate init to an Expression in order to infer the type.
Perform semantic analysis on init.
Translate init to an Expression.
If possible, convert array initializer to associative array initializer.
See Source File _initsem.d Documentation: https://dlang.org/phobos/dmd_initsem.html Coverage: https://codecov.io/gh/dlang/dmd/src/master/src/dmd/initsem.d
Walter Bright
Copyright (C) 1999-2020 by The D Language Foundation, All Rights Reserved
Boost License 1.0
Semantic analysis of initializers.