Join Slack
Communities
Powered by
Lets assume we only have one function, and we need...
# announcements
w
waqas
05/30/2018, 10:23 AM
Lets assume we only have one function, and we need to pass a String which shouldn't be evaluated until consumers use it. Is it possible to do that by just using
message: String
or have to use
message: () -> String
?
Open in Slack
Previous
Next