//! Defines the strategy to draw samples from the dataset.
//!
use crateLen;
pub use ;
pub use RandomSampler;
pub use SequentialSampler;
// TODO: maybe copy is too restrictive and should be replaced by Clone?
/// Every Sampler is iterable and has a length.