Class Raw::ParameterizedProtocolType
INTERNAL: Do not use.
A sugar type of the form P<X>
with P
a protocol.
If P
has primary associated type A
, then T: P<X>
is a shortcut for T: P where T.A == X
.
Import path
import codeql.swift.generated.Raw