list_to_fastmap2: Copy elements to fastmap2
Description
Copy elements to fastmap2
Usage
list_to_fastmap2(li, map = NULL)
Value
If map
is not NULL
, elements will be added
to map
and return map
, otherwise create a new instance.
Arguments
- li
a list or an environment
- map
NULL
or a fastmap2
instance