Skip to main content

kind_for_binary_representation

Function kind_for_binary_representation 

Source
pub fn kind_for_binary_representation(s: &str) -> ValueKind
Expand description

Return kind for a binary representation. Related to check_vector_variable, which returns the same kinds, but also a string. For strings containing only 0 and 1, this function returns ValueKind::Normal.