You should be able to use the struct
keyword in the pattern part of let
to deconstruct a struct tuple:
let struct(Tau, Mu) = Fit.Line(shearRate, shearStress)
You should be able to use the struct
keyword in the pattern part of let
to deconstruct a struct tuple:
let struct(Tau, Mu) = Fit.Line(shearRate, shearStress)