Creates a new instance of the Lazy that is already initialized with the specified value.
value
Lazy<T> lazyOf<T>(T value) => throw UnimplementedError();