Ah and if you know exact use case I needed this for then it was exactly 
what this function is for.
To be exact: I have a list of bitcoin transactions. Sometimes it happens 
that someone sends a transaction with multiple output addresses which are 
the same. At first I assumed that I can divide bitcoin transactions into 
parts by using unique address and TX, but when I learned that there might 
be a scenario like this I figured that the easiest would be to merge those 
actually (like add the values of each output to the same address and make 
them as one transaction in my system). That's why I needed to merge all the 
elements of the list that match some function call and are merged in a 
certain way.

-- 
You received this message because you are subscribed to the Google Groups 
"elixir-lang-core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elixir-lang-core/32d1bf20-0db3-4d91-833a-770bdc750953%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to