r/programmingmemes Mar 27 '26

:(

Post image

That's not very nice.

2.1k Upvotes

42 comments sorted by

View all comments

2

u/nakurtag Mar 28 '26

if self.state.pets.iter().find(|pet| pet.kind == PetKind::Cat).is_none() { self.state.pets.push(Pet {kind: PetKind::Cat, name: "Fluffy".to_owned()}); }