[][src]Function dart_sys::Dart_MapKeys

pub unsafe extern "C" fn Dart_MapKeys(map: Dart_Handle) -> Dart_Handle

Gets the list of keys of a Map.

May generate an unhandled exception error.

\param map A Map.

\return The list of key Objects if no error occurs. Otherwise returns an error handle.