Commits

Dmitri Gribenko committed 63cbe16b68f
Rename Memory to Pointee in generic parameter names UnsafePointer<Memory> => UnsafePointer<Pointee> UnsafeMutablePointer<Memory> => UnsafeMutablePointer<Pointee> AutoreleasingUnsafeMutablePointer<Memory> => AutoreleasingUnsafeMutablePointer<Pointee>