Skip to content
View maguhiro's full-sized avatar

Organizations

@ubie-inc

Block or report maguhiro

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. 値オブジェクトのCodable対応 値オブジェクトのCodable対応
    1
    import Foundation
    2
    
                  
    3
    protocol ValueObject: Codable, CustomStringConvertible, Equatable {
    4
      associatedtype Value: Codable, CustomStringConvertible, Equatable
    5