pub fn kind_for_binary_representation(s: &str) -> ValueKindExpand 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.