You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/CodableDatastore/Indexed.swift
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,6 @@ import Foundation
11
11
/// An alias representing the requirements for a property to be indexable, namely that they conform to both ``/Swift/Codable`` and ``/Swift/Comparable``.
12
12
publictypealiasIndexable=Comparable&Codable
13
13
14
-
/// An alias representing the requirements for a type to be indexable, namely that they conform to both ``/Swift/LosslessStringConvertible`` and ``/Swift/Comparable``.
0 commit comments