1// This is free and unencumbered software released into the public domain. 2 3use super::Inputs; 4 5pub type Input<T> = Inputs<T, 1>;