Iterator.ApplyType

Undocumented in source.
  1. alias ApplyType = ReturnType
  2. alias ApplyType = Nullable!ReturnType
    struct Iterator(ParentType, ReturnType, string accessor)
    static if(!(isScalarType!(ReturnType) || isSomeString!(ReturnType)))
    alias ApplyType = Nullable!ReturnType

Meta