public template merge(T, U)
Merge two types by their members.
If it has similar named members, then it uses the second one.
returns a named Tuple (or Aes) with all the members and their values.
public template merge(T, U)
Merge two types by their members.
If it has similar named members, then it uses the second one.
returns a named Tuple (or Aes) with all the members and their values.