Meerownymous / Tonga

MIT License
1 stars 0 forks source link

Feat: Build Map from mapping enumerable contents #3

Open Meerownymous opened 11 months ago

Meerownymous commented 11 months ago

Expected Behavior

we can build a map like this:


AsMap._(
   item => AsPair._(....),
   items
)