menu
my_utility package
documentation
dartx.dart
IterablePrepend extension
IterablePrepend extension
dark_mode
light_mode
IterablePrepend<
E
>
extension
on
Iterable
<
E
>
Methods
prepend
(
Iterable
<
E
>
elements
)
→
Iterable
<
E
>
Available on
Iterable
<
E
>
, provided by the
IterablePrepend
extension
Returns a new lazy
Iterable
containing all elements of this collection and then all elements of the given
elements
collection.
my_utility package
documentation
dartx
IterablePrepend extension
dartx library