MpZ

Non-copyable MpZ.

For reference counting semantics, use std.typecons.RefCounted as

import std.typecons : RefCounted; alias RcZ = RefCounted!MpZ;

alias MpZ = _MpZ!false

Meta