Document what is implemented by `concatenate`

This commit is contained in:
Vinzent Steinberg 2017-06-21 19:41:25 +02:00
parent fb1b0879bd
commit 2012479430
1 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,10 @@ macro_rules! assert_almost_eq {
/// For moments, only an estimator for the highest moment should be used and
/// reused for the lower moments (see the example below).
///
/// The following methods will be implemented: `new`, `add`, `$statistic`.
///
/// The following traits will be implemented: `Default`, `FromIterator<f64>`.
///
///
/// # Examples
///