String Mixins Quiz
Why does the static foreach
in string_mixins.d
compile just fine despite it not being part of a function?
Because | All | |
Because they define structures, which must be available at compile time | All | |
Because the loop and the | Correct! | |
Because code defined inside the global scope is always executed | All |