Variable Function.attributes

Function attributes. Initial value: std.traits.functionAttributes!fun

struct Function
{
  // ...
  immutable(ulong) attributes ;
  // ...
}