basics library
Extensions
- DateTimeBasics on DateTime
- Utility extension methods for the core DateTime class.
- IntBasics on int
- Utility extension methods for the native int class.
-
IterableBasics
on Iterable<
E> - Utility extension methods for the native Iterable class.
-
ListBasics
on List<
E> - Utility extension methods for the native List class.
-
MapBasics
on Map<
K, V> - Utility extension methods for the native Map class.
- NullableStringBasics on String?
-
NumIterableBasics
on Iterable<
E> - Utility extension methods for Iterables containing nums.
-
SetBasics
on Set<
E> - Utility extension methods for the native Set class.
- StringBasics on String
- Utility extension methods for the native String class.