pub type GenReduceKey<A, R> = GenReducerKey<A, R, Vec<A>>;
struct GenReduceKey<A, R>(/* private fields */);