Function ocl_core::util::wrap_vals
[−]
[src]
pub fn wrap_vals<T: OclPrm + Integer>(vals: &[T], val_n: T) -> Vec<T>
Wraps (%
) each value in the list vals
if it equals or exceeds val_n
.