parcel Animal;

inert class Animal::Util {
    inert void
    groom(Animal *animal);
}