We have withUnsafePointer(to:) and withUnsafeMutablePointer(to:). Why does the 
first take an inout parameter? The function names imply that the first will not 
modify the pointer (which I take to mean its contents), and it makes it quite 
clunky to pass in constant things.

-- 
Rick Mann
rm...@latencyzero.com


_______________________________________________
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users

Reply via email to