final Tuple!(int,"value",bool,"hasValue") value(const string name) { return nameImpl(value); }

Sorry, this is the error. It should have been

   final Tuple!(int,"value",bool,"hasValue") value(const
    string name) { return valueImpl(name); }

Reply via email to