Dart_StringLength

Function Dart_StringLength 

Source
pub unsafe extern "C" fn Dart_StringLength(
    str_: Dart_Handle,
    length: *mut isize,
) -> Dart_Handle
Expand description

Gets the length of a String.

\param str A String. \param length Returns the length of the String.

\return A valid handle if no error occurs during the operation.