is there any cool way to validate string length in...
# compiler
s
is there any cool way to validate string length in method call without writing compiler plugin? maybe arrow meta can do this? string here is one first argument of a method
j
Maybe Arrow Analysis can help you
a
yes, this is one of the functionalities you can get using Arrow Analysis (which is itself a compiler plug-in, but you don’t have to write it 😉 )