Skip to content

VergeGroup/swift-typed-identifier

Repository files navigation

Typed Identifier

struct Author: EntityType {

  typealias EntityIDRawType = String

  var entityID: EntityID {
    .init(rawID)
  }

  let rawID: String

  var name: String = ""
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages