fn initSet(allocator: Allocator, value: anytype) !Managed

Creates a new Managed with value value.

This is identical to an init, followed by a set.

Parameters

allocator: Allocator,
value: anytype,