isLazyCollectionMember.isLazyCollectionMember

Undocumented in source.
  1. enum bool isLazyCollectionMember;
    template isLazyCollectionMember(T : Object, string m)
    static if(is(typeof(__traits(getMember, T, m)) x == LazyCollection!Args, Args...))
    enum bool isLazyCollectionMember;
  2. enum bool isLazyCollectionMember;

Meta