Function Z3_is_string

Source
pub unsafe extern "C" fn Z3_is_string(
    c: Z3_context,
    s: Z3_ast,
) -> bool
Expand description

Determine if s is a string constant.