Avatar
https://github.com/apple/swift/blob/e8151ee2b27776f684464af8b26fe33767d966b5/stdlib/public/core/ClosedRange.swift#L90-L95 /// Because a closed range cannot represent an empty range, this property is /// always `false`. @inlinable public var isEmpty: Bool { return false } なんで、無理ですね