viaduct
0.2.0-5-g5831d91.dirty
compiler
/
edu.cornell.cs.apl.viaduct.util
/
unions
unions
fun
<
K
,
V
>
Iterable
<
Map
<
K
,
V
>
>
.
unions
(
)
:
Map
<
K
,
V
>
Content copied to clipboard
Returns the union of all given maps.
fun
<
T
>
Iterable
<
Set
<
T
>
>
.
unions
(
)
:
Set
<
T
>
Content copied to clipboard
Returns the union of all given sets.