Skip to content

Tłumaczenie 🌍

Możesz przetłumaczyć lub poprawić tłumaczenie tej strony.

Wnieś swój wkład

EXTENSION

Range

swift
extension Range where Bound == Version

Methods

contains(_:)

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

Marked as unavailable because we have custom rules for contains.

contains(version:)

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

Released under the MIT License.