Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@mpark mpark released this 19 Sep 12:19
· 15 commits to master since this release
8fabbe4

MPark.Patterns is an experimental pattern matching library for C++17.

It determines whether a given value matches a pattern and, if it does, binds the desired portions of the value to a handler.


New Features

  • Introduce discarding identifiers.
  • Introduce the when clause.
  • Introduce lazy expressions