pub fn from_log(log_block_size: u8) -> Option<u32>
Converts base-2 logarithm form of the block size to the actual one.
It returns None if log_block_size is not valid.
None
log_block_size
See also: “Block Size” section of FuzzyHashData
FuzzyHashData