AdvisedConvertorImplementation.remove

Undocumented in source. Be warned that the author may not have intended to support it.
template AdvisedConvertorImplementation(To, From)
@safe nothrow
static if(AccessorCheck!(To, From) && SetterCheck!(To, From) && FromInspectorCheck!(To, From) && ToInspectorCheck!(To, From))
static if(is(From : TaggedAlgebraic!Union, Union))
typeof(this)
remove

Meta