[][src]Function show_notes::e003::demonstrate_match

pub fn demonstrate_match()

Shows in a bit more detail how match works.

Note that the pattern matches include matching against numbers, tuple types, and more. Big takeaways: