Variable StencilInfo.enabled

struct StencilInfo
{
  // ...
  std.typecons.Flag!("enabled") enabled ;
  // ...
}