simpleConstructor.simpleConstructor

Undocumented in source.
  1. alias simpleConstructor = simpleConstructor!(T!(Parent.Type), (a))
    template simpleConstructor(alias T, alias Parent, alias fun = "a")
    @safe
    alias simpleConstructor = simpleConstructor!(T!(Parent.Type),
    (
    a
    )
    )
  2. eponymoustemplate simpleConstructor(T, alias fun = "a")
  3. alias simpleConstructor(alias T, Parent, alias fun = "a") = simpleConstructor!(T!Parent, fun)

Meta