FieldImpl.FieldImpl

Undocumented in source.
  1. alias FieldImpl = FieldMixin!(T, name)
    template FieldImpl(alias T, string name)
    version(aggressive)
    static if(__traits(getProtection, __traits(getMember, T, name)) == "public")
    alias FieldImpl = FieldMixin!(T, name)
  2. class FieldImpl

Meta