Defines initializers of variables, e.g. the array literal in int[3] x = [0, 1, 2].
Discriminant for which kind of initializer
Copy the AST for Initializer.
See Source File _init.d Documentation: https://dlang.org/phobos/dmd_init.html Coverage: https://codecov.io/gh/dlang/dmd/src/master/src/dmd/init.d
Walter Bright
Copyright (C) 1999-2020 by The D Language Foundation, All Rights Reserved
Boost License 1.0
Defines initializers of variables, e.g. the array literal in int[3] x = [0, 1, 2].