isReinterpretable

True if the type of M in A is reinterpretable to B.

  1. eponymoustemplate isReinterpretable(A, B)
  2. alias isReinterpretable(alias A, string M, alias B) = isReinterpretable!(typeof(getChild!(A, M), B))
    alias isReinterpretable(alias A, string M, alias B) = isReinterpretable!(typeof(getChild!(A, M), B))

Meta