dart-lang / collection

The collection package for Dart contains a number of separate libraries with utility functions and classes that makes working with collections easier.
https://pub.dev/packages/collection
BSD 3-Clause "New" or "Revised" License
372 stars 86 forks source link

Avoid setRange with potentially incompatible types #320

Closed natebosch closed 10 months ago

natebosch commented 10 months ago

Fixes #317

kevmoo commented 10 months ago

I churned below you, @natebosch !

natebosch commented 10 months ago

@rakudrama any concerns about this sublist approach?

rakudrama commented 10 months ago

@rakudrama any concerns about this sublist approach?

LGTM