[swift-users] Custom operators from a module

Howard Lovatt howard.lovatt at gmail.com
Wed Sep 6 04:08:37 CDT 2017


Hi All,

I am trying to use a custom operator imported from a module, unfortunately
you can't add public to the operators definition and therefore it isn't
exported from the module.

I can manually redefine the operator in the module where the operator is
used, but that isn't very satisfactory - is there a better way?

Thanks in advance,

  -- Howard.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-users/attachments/20170906/15f4dffa/attachment.html>


More information about the swift-users mailing list