CheckMessage.CheckMessage

Undocumented in source.
template CheckMessage(To, From)
enum CheckMessage = text("None of advised convertors are able to convert ", fullyQualifiedName!From, " to ", fullyQualifiedName!To, " where advised convertors are failing with:\n ", staticMap!(ApplyRight!(AliasSeq, "\n"), staticMap!(ApplyRight!(Instantiate, To, From), staticMap!(ApplyRight!(getMember, "CheckMessage"), AdvisedConvertors))));

Meta