Polymorphic.create

This factory function makes it possible to pass in modules to look for UFCS functions for the instance.

  1. create(Instance instance)
    template create(Modules...)
    static
    create
    (
    Instance
    )
    (
    Instance instance
    )
  2. template create(T, Modules...)

Members

Static functions

create
create(Instance instance)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta