↓ 1 callersFunctionpollard_rho_customizable(
number: u64,
x0: u64,
c: u64,
iterations_before_check: u32,
iterations_cutoff: u32,
)
src/math/pollard_rho.rs:41
↓ 1 callersMethodpopIn pop function, we trying to: check if the list is empty, so we use enum Option<T>, it can either be Some(T) or None if it's empty, return None if it
src/data_structures/stack_using_singly_linked_list.rs:46