Function dart_sdk_sys::Dart_NewListOfTypeFilled[][src]

pub unsafe extern "C" fn Dart_NewListOfTypeFilled(
    element_type: Dart_Handle,
    fill_object: Dart_Handle,
    length: isize
) -> Dart_Handle