Swift has a funtionBuilder/propertyWrapper that’s ...
# announcements
s
Swift has a funtionBuilder/propertyWrapper that’s pretty nifty. Does kotlin have something like this? Something like
@sumOnlyOddInts
above a list of ints would filter the ints.
c
I’m not too familiar with Swift, but perhaps property delegates are what you’re looking for? https://kotlinlang.org/docs/reference/delegated-properties.html
1
👍 1