Actually, I could swap places between `com1` and `...
# kotlin-fuel
k
Actually, I could swap places between
com1
and
com2
to yield the same effect when we decompose
val (err,data) = result
but that goes against order of type declaration which I am not sure I should go down that path.