isAutodecodableString

True if the type of M in A is an auto-decodeable string.

alias isAutodecodableString(alias A, string M) = isAutodecodableString!(typeof(getChild!(A, M)))

Meta