pub fn compose_pitch_maps( a: &PitchMap, b: &PitchMap, ) -> Result<PitchMap, MapError>
Composes a followed by b, discarding per-class witnesses.
a
b