• Greg Spencer's avatar
    Remove dependency on package:collection by moving mergeSort into... · c5527dc8
    Greg Spencer authored
    Remove dependency on package:collection by moving mergeSort into foundation/collections.dart (#59521)
    
    This removes a dependency from Flutter (package:collection) by copying the implementation of mergeSort into Flutter's foundation/collections.dart.
    
    Also, removed a reference to UnmodifiableSetView from the shortcuts code by just returning a copy instead.
    c5527dc8
collections_test.dart 6.2 KB