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
Come up with a way to provide default keys for a map based on the type of the key where multiple keys required.
Most resent attempt:
#76
service-model-swift-code-generate/Sources/ServiceModelGenerate/ServiceModelCodeGenerator+createStructureStubVariable.swift
Lines 179 to 186 in 65e5e80
The branch handling requiredSize > 1 can be improved by handling enum cases and values other than strings.
requiredSize > 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Come up with a way to provide default keys for a map based on the type of the key where multiple keys required.
Most resent attempt:
#76
service-model-swift-code-generate/Sources/ServiceModelGenerate/ServiceModelCodeGenerator+createStructureStubVariable.swift
Lines 179 to 186 in 65e5e80
The branch handling
requiredSize > 1
can be improved by handling enum cases and values other than strings.The text was updated successfully, but these errors were encountered: