Open Instance Methodswift 6.0.3Foundation
copy(with:)
func copy(with zone: NSZone? = nil) -> Any
func copy(with zone: NSZone? = nil) -> Any
s10Foundation14NSURLQueryItemC4copy4withypAA6NSZoneVSg_tF
What are these?8PMYI
import Foundation
class NSURLQueryItem
struct NSZone
required init?(coder aDecoder: NSCoder)
init(name: String, value: String?)
static var supportsSecureCoding: Bool { get }
let name: String
let value: String?
override func copy() -> Any
func encode(with aCoder: NSCoder)
override func isEqual(_ object: Any?) -> Bool