763ifn't(programming.dev)posted 11 months ago byJPDev@programming.devin programmer_humor@programming.devView comments125 commentssavehidereportSort:HotTopControversialNewOldYou are viewing a single thread.View all comments View context [ +- ]Lmaydev@programming.dev1 point11 months ago*The type matching is the most common thing I use it with. Combined with inline variables. if (x is string { Length: 5} s) { // do stuff with s } And switch expressions. As a side note inline variables are amazing haha permalinksavereportparentreply