EXTENSION
GraphQLOptional
extension GraphQLOptional: Hashable where T: Hashable
Methods
hash(into:)
public func hash(into hasher: inout Hasher)
Parameters
Name | Description |
---|---|
hasher | The hasher to use when combining the components of this instance. |
==(_:_:)
public static func ==(lhs: GraphQLOptional, rhs: GraphQLOptional) -> Bool
Parameters
Name | Description |
---|---|
lhs | A value to compare. |
rhs | Another value to compare. |