LinkP
LinkP[]⟹pattern
returns a pattern which matches a link to any object.
LinkP[types]⟹pattern
returns a pattern which matches an link to any object of the given types.
LinkP[types,fields]⟹pattern
returns a pattern which matches an link to any object of the given fields in the given types.
LinkP[types,fields,indices]⟹pattern
returns a pattern which matches an link to any object of the given fields in the given types at the specific indices.
LinkP[objects]⟹pattern
returns a pattern which matches a link to any of the specified objects.
LinkP[head]⟹pattern
returns a pattern which matches a link to any object with the given head.
Details
Input
Output
General Options