<@U49NC6TBK> They're as expensive as a normal stat...
# getting-started
k
@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.