Variable Function.body_

Function body. Initial value: ;.

struct Function
{
  // ...
  immutable(char[]) body_ ;
  // ...
}