Length

Gets an alias to the length of M in A.

  1. template Length(T)
  2. alias Length(alias A, string M) = Length!(typeof(getChild!(A, M)))
    alias Length(alias A, string M) = Length!(typeof(getChild!(A, M)))

Meta