Function split_by_readiness

Source
fn split_by_readiness(
    input: &FastMap<u8, Step>,
) -> (BTreeMap<u8, Step>, FastMap<u8, Step>)