Signature

Gets the signature of M in A.

  1. template Signature(alias A, bool DECLARING = true)
  2. alias Signature(alias A, string M) = Signature!(getChild!(A, M))
    alias Signature(alias A, string M) = Signature!(getChild!(A, M))

Meta