```var (x,y,z) = "".Extract<(int, string, long)>(@"")``` is pretty handy for common (single-line) use cases. The docs should explicitly teach this.
var (x,y,z) = "".Extract<(int, string, long)>(@"")is pretty handy for common (single-line) use cases.The docs should explicitly teach this.