typed_data 1.1.1 typed_data: ^1.1.1 copied to clipboard
Utility functions and classes related to the 'dart:typed_data' library.
1.1.1 #
- Optimize
insertAll
with anIterable
argument and no end-point.
1.1.0 #
-
Add
start
andend
parameters to theaddAll()
andinsertAll()
methods for the typed data buffer classes. These allow efficient concatenation of slices of existing typed data. -
Make
addAll()
for typed data buffer classes more efficient for lists, especially typed data lists.
1.0.0 #
- ChangeLog starts here