[][src]Function dart_sys::Dart_NewTypedData

pub unsafe extern "C" fn Dart_NewTypedData(
    type_: Dart_TypedData_Type,
    length: isize
) -> Dart_Handle

Returns a TypedData object of the desired length and type.

\param type The type of the TypedData object. \param length The length of the TypedData object (length in type units).

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