DWIM constructor for creating a new instance wrapping the given data.
In the current implementation, data is always copied into the
new instance, however past and future implementations may not
guarantee this (wrapGC-like construction may be used
opportunistically instead).
DWIM constructor for creating a new instance wrapping the given data.
In the current implementation, data is always copied into the new instance, however past and future implementations may not guarantee this (wrapGC-like construction may be used opportunistically instead).