Bins<T> typedef

Bins<T> = List<Bin<T>>

Implementation

typedef Bins<T> = List<Bin<T>>;