FixedObject

Non-refernce provider that always returns the same object.

obj is the object returned by the provider.

class FixedObject : Provider!(typeof(obj))(
alias obj
) {}

Meta