isSafe

True if the type of M in A is safe.

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

Meta