fn initSet(allocator: Allocator, value: anytype) !Managed
Creates a new Managed with value value.
Managed
value
This is identical to an init, followed by a set.
init
set
allocator: Allocator,
value: anytype,