if (this[symb]-- === 0) { // if we are the last use. remove all fields.
        delete this[symb];
        delete this[symb + "nb"];
        delete this[symb + "use"];
    }