Change Swift Tools Version to 5.0 This should allow the package to be built using older versions of Swift.
Change Swift Tools Version to 5.0
This should allow the package to be built using older versions of Swift.
This package provides an Identifier type suitable for use with the Identifiable protocol as an ID.
Identifier
Identifiable
ID
By incorporating the Identifiable type into the type signature of its ID, it is effectively impossible to accidentally pass the wrong type of ID.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
Identifier
This package provides an
Identifier
type suitable for use with theIdentifiable
protocol as anID
.By incorporating the
Identifiable
type into the type signature of itsID
, it is effectively impossible to accidentally pass the wrong type ofID
.