Derivation Result
class DerivationResult<T : Any>(val value: T, derivativeValues: Map<String, T>, val context: Field<T>)
Represents result of simpleAutoDiff call.
Parameters
T
the non-nullable type of value.
value
the value of result.
Represents result of simpleAutoDiff call.
the non-nullable type of value.
the value of result.