isSigned

True if the type of M in A is signed.

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

Meta