isForward

True if the type of M in A is forward iterable.

  1. eponymoustemplate isForward(T)
  2. alias isForward(alias A, string M) = isForward!(typeof(getChild!(A, M)))
    alias isForward(alias A, string M) = isForward!(typeof(getChild!(A, M)))

Meta