[][src]Function dart_sys::Dart_ListLength

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

Gets the length of a List.

May generate an unhandled exception error.

\param list A List. \param length Returns the length of the List.

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