restricted Signature
fun restrictedSignature( element: Element, signatureExtrasExtractor: (Element) -> Pair<A_Type?, List<A_Type>>, signatureBound: A_Type): A_Type
Content copied to clipboard
Extract the signature of the element, then intersect it with the given tuple type.
Return
The intersection of the element's signature and the bound.