Skip to main content

affects_flow_with

Function affects_flow_with 

Source
fn affects_flow_with<S>(neighbor_fluid: FluidState, same_fluid: &S) -> bool
where S: Fn(FluidState) -> bool,