ConstantExtrapolator.data

The public field `data` holds the constant value of type `T` used for extrapolation.

struct ConstantExtrapolator(T)
T data;