If I call an extension function, I know it is only...
# announcements
z
If I call an extension function, I know it is only interacting with the public parts of a class. If that class only has an immutable public interface then I can know that the extension function is pure.