binding-tools-for-swift
binding-tools-for-swift copied to clipboard
A Generic TypeSpec can't represent a constraint
In adding a constraint capability, we enable parsing of type specs of the form
SomeType<T:Constraint>
which will allow typealiases to carry that information through (even though that's semantic information that we don't particularly care about).