Default implementation of column.IterableOrderedMap #1402
Replies: 3 comments 5 replies
-
Anyone? |
Beta Was this translation helpful? Give feedback.
-
Hi @earwin Contribution from your side would be much appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
-
A related, but independent question: @jkaflik when the user passes a |
Beta Was this translation helpful? Give feedback.
-
A lot of people are going to reinvent this, and way fewer people are going to have special cases where a custom impl will make any practical sense. So I suggest providing one out of the box.
As an example, here's the implementation I'm currently using: https://gist.github.com/earwin/149740749c8aaccde5ea626169c32735
It has some go1.23 iter.Seq usage, but that's non-core functionality and can be dropped.
Beta Was this translation helpful? Give feedback.
All reactions