malachite-base 0.3.2

A collection of utilities, including new arithmetic traits and iterators that generate all values of a type
Documentation
use malachite_base::test_util::runner::Runner;

pub(crate) fn register(runner: &mut Runner) {
    get::register(runner);
    mutate::register(runner);
}

mod get;
mod mutate;