Iterator.ApplyType

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

Meta