extern crate std;
use ;
/// Just wraps the existing `is_empty(&self)` method on the type.
// Because you can't spell `simple` without `impl`.
// Implement `IsEmpty` for the std collections.
simple_is_empty!;
simple_is_empty!;
// Some other things from the stdlib.
// TODO: Implement more from here: https://doc.rust-lang.org/std/?search=is_empty