fn toManaged(self: Mutable, allocator: Allocator) Managed
Asserts that the allocator owns the limbs memory. If this is not the case, use toConst().toManaged().
toConst().toManaged()
self: Mutable,
allocator: Allocator,