itertools::adaptors

Function checked_binomial

Source
pub(crate) fn checked_binomial(n: usize, k: usize) -> Option<usize>