Function hex_simd::encoded_length

source ·
pub const fn encoded_length(n: usize) -> usize
Expand description

Calculates the encoded length.

Panics

This function will panic if n > isize::MAX.