object/shallow_copy_utils library

Functions

shallowCopyList<T>(List<T> source) List<T>
Shallow copy list/map. Roadmap #207.
shallowCopyMap<K, V>(Map<K, V> source) Map<K, V>