aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates/if-let-struct.html
blob: 53232f724555a9db74856cb86dde0116f33e8b6a (plain) (blame)
1
{% if let Digits { one, two, three } = digits %}{{ one }} {{ two }} {{ three }}{% endif %}