Skip to main content

Z3_get_string_length

Function Z3_get_string_length 

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

Retrieve the length of the unescaped string constant stored in s.

ยงPreconditions

  • Z3_is_string(c, s)