Variable Option._val

struct Option
{
  // ...
  Option.ValT _val = ValT.init;
  // ...
}