[][src]Function dart_sys::Dart_StringLength

pub unsafe extern "C" fn Dart_StringLength(
    str: Dart_Handle,
    length: *mut isize
) -> Dart_Handle

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.