Avatar
omochimetaru 4/2/2024 1:59 PM
public protocol ConstructibleFromJSValue { associatedtype Constructed = Self static func construct(from value: JSValue) -> Constructed? } このassociatedtypeも関係あるかなあ