Avatar
こんばんは。こういったコードを見かけたんですが、この記法(Selfを代入してるようでなんか違う)はなんという名前なのでしょう?うまくググれなくて困っておりまして。。。 public static let adaptiveWhite = Self { $0.userInterfaceStyle == .dark ? .isowordsBlack : .white } https://github.com/pointfreeco/isowords/blob/b87f4c61c0523564adf17c031f9fa4b88a40d631/Sources/Styleguide/Colors.swift#L4-L6
Open source game built in SwiftUI and the Composable Architecture. - isowords/Colors.swift at b87f4c61c0523564adf17c031f9fa4b88a40d631 · pointfreeco/isowords