Join Slack
Powered by
<@U49NC6TBK> They're as expensive as a normal stat...
# getting-started
k
karelpeeters
08/14/2017, 8:30 AM
@gbm
They're as expensive as a normal static "helper" method.
Type.extension(a: String)
gets compiled down to
extension(this: Type, a: String)
so they're not expensive at all.
Open in Slack
Previous
Next