What decodeParam() returns for a given packed param.
decodeParam()
A call site that already knows the tag gets the one type back; everything else gets the whole bindable union, which is what the replay loop passes straight to exec().
exec()
What
decodeParam()returns for a given packed param.A call site that already knows the tag gets the one type back; everything else gets the whole bindable union, which is what the replay loop passes straight to
exec().