convertTarget method

S convertTarget(
  1. T source
)

Implementation

S convertTarget(T source) {
  return convertTargetFunc!(source);
}