isPure

True if the type of M in A is pure.

  1. eponymoustemplate isPure(alias F)
  2. alias isPure(alias A, string M) = isPure!(typeof(getChild!(A, M)))
    alias isPure(alias A, string M) = isPure!(typeof(getChild!(A, M)))

Meta