Sha256: f61d9f46d6f5c930dfbae8384114c960c076d400e3c384f69311fb409843ac66
Contents?: true
Size: 210 Bytes
Versions: 3
Compression:
Stored size: 210 Bytes
Contents
module CF # # Maps to the corefoundation structure CFRange. # See usage in CF::Array and CF::String. # class Range < FFI::Struct layout :location, :cfindex, :length, :cfindex end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
corefoundation-0.3.13 | lib/corefoundation/range.rb |
corefoundation-0.3.10 | lib/corefoundation/range.rb |
corefoundation-0.3.4 | lib/corefoundation/range.rb |