List interface contains a last method but not a first method #1790
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
type-enhancement
A request for a change that isn't a bug
The Dart List interface contains a last method but not a first method.
I believe it would be consistent with dart if the last and first methods were changed to properties instead of methods as calculating last and first should be extremely cheap for typical implementations.
The text was updated successfully, but these errors were encountered: