[][src]Function dart_sys::Dart_NewList

pub unsafe extern "C" fn Dart_NewList(length: isize) -> Dart_Handle

Returns a List of the desired length.

\param length The length of the list.

\return The List object if no error occurs. Otherwise returns an error handle.