fn toManaged(self: Mutable, allocator: Allocator) Managed

Asserts that the allocator owns the limbs memory. If this is not the case, use toConst().toManaged().

Parameters

self: Mutable,
allocator: Allocator,