On Sunday, 2 February 2014 at 17:45:37 UTC, Gary Willoughby wrote: > enum embed = getData(); > } I am pretty sure you want immutable variable here, not enum. Latter is placement constant.