Returns the absl::CivilDay that strictly precedes a given absl::CivilDay, and that falls on the given absl::Weekday.
The first civil day strictly before cd that falls on wd.
| Name | Description |
|---|---|
| cd | The civil day to start from. |
| wd | The weekday to look for. |