To be specific, I've been inspired by a Rust blog ...
# arrow-meta
r
To be specific, I've been inspired by a Rust blog post that solves the problem of isomorphic types in libraries encoding units of measure with a compiler plugin and I'd like to try to replicate it in kotlin, I have something that works but it's a large hassle in that I'm having to create a new file containing one extension function for each special case i'd like to handle