AliSoftware / AliSoftware/OHPDFImage
Why size_t ?
未关闭
- 主要语言
- Objective-C
- 星标
- 56
- 派生
- 3
- PR 合并指标
- 30 天内没有已合并 PR
描述
I don't understand why you chose to use `size_t` in your framework and not more common type, such as `NSUInteger`.
Maybe the number of bytes is not the same?
Anyway, isn't it a bad choice? Indeed, your library is _de facto_ a wrapper for `CFPDFDocumentRef` and should, IMHO, use common types.
For instance, when I see `size_t`, I don't understand. `NSUInteger` is much more Objective-C-friendly.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。