Was there, at some point, a feature of Arrow that ...
# arrow
j
Was there, at some point, a feature of Arrow that allowed one to translate a data class into a list of tuples of member-name to value?
r
Hi Julian, yes, it was called
arrow-generic
It will come back or similar as part of a compile time reflection library or as compiler plugin for K2 FIR ~ Kotlin 1.9 or 1.10. We already started to prototype some basics for it https://github.com/arrow-kt/arrow-reflection/blob/main/arrow-reflect-annotations/src/main/kotlin/arrow/meta/samples/Product.kt
j
Awesome. I thought I'd imagined it! 😆 Thanks!