You are viewing documentation for a previous version of this software.

Switch to the latest stable version.

GraphQLOptional


EXTENSION

GraphQLOptional

Swift
1extension GraphQLOptional: Hashable where T: Hashable

Methods

hash(into:)

Swift
1public func hash(into hasher: inout Hasher)

Parameters

NameDescription
hasherThe hasher to use when combining the components of this instance.

==(_:_:)

Swift
1public static func ==(lhs: GraphQLOptional, rhs: GraphQLOptional) -> Bool

Parameters

NameDescription
lhsA value to compare.
rhsAnother value to compare.
Feedback

Edit on GitHub

Forums