Skip to content

EXTENSION

ClosedRange

swift
extension ClosedRange where Bound == Version

Methods

contains(_:)

swift
public func contains(_: Version) -> Bool

Marked as unavailable because we have custom rules for contains.

Released under the MIT License.