长度参数为 0 的 NSIntersectionRange
在 Objective C 中,当使用函数 NSIntersectionRange 且其中一个参数长度为零时,结果是否等于另一个参数?我搜索时没有看到这一点,所以我想向其他人澄清这一点。
In Objective C, when using the function NSIntersectionRange with one of the arguments being zero length, does the result equal the other argument? Didn't see this when I searched so I wanted to clarify it for others.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,它返回长度不为 0 的参数。
Yes, it returns the argument that was not 0 length.