1
2
3
4
pub struct Sample<T> {
    pub left:T,
    pub right:T
}