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.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
Identifier
This package provides an
Identifiertype suitable for use with theIdentifiableprotocol as anID.By incorporating the
Identifiabletype into the type signature of itsID, it is effectively impossible to accidentally pass the wrong type ofID.