We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
searchエンドポイントとか叩く時にSearchResourceのkindで振り分けなきゃいけないんですが searchResults.filter({$0.kind == "youtube#video"})なんて書きたくない
search
SearchResource
searchResults.filter({$0.kind == "youtube#video"})
The text was updated successfully, but these errors were encountered:
init?(rawValue: String)でallcases回さなきゃいけないのがめんどくせえんだよなあ パターンに合致しない要素のために.others(_ value: String)も用意しなきゃならんし…
init?(rawValue: String)
.others(_ value: String)
Sorry, something went wrong.
collectionresourceまで含めると結構パターン多くてめんどくさいっすね(とりあえずother()で逃げますが)
無理!Serializableに準拠できなくなる
No branches or pull requests
search
エンドポイントとか叩く時にSearchResource
のkindで振り分けなきゃいけないんですがsearchResults.filter({$0.kind == "youtube#video"})
なんて書きたくないThe text was updated successfully, but these errors were encountered: