Skip to content

PatternSequence

Status: Experimental

present and registered, but lightly documented and not yet covered by dedicated tests.

Description

PatternSequence[p1, p2, ...] is a pattern object that matches a sequence of arguments, each in turn matching p1, p2, ....

PatternSequence[] matches an empty (zero-length) sequence of arguments.

Notes x:PatternSequence\[...\] binds x to the matched sequence.

Examples

No verified examples yet for this function.

Implementation notes

Attributes: Protected.

References