[][src]Function bonsai::last_power_of_two

pub const fn last_power_of_two(n: u64) -> u64

Return the last power of two for n using bit twiddling.