unSetToBy<T> abstract method
Remove a valued directed link but by Generic, but will not remove from
and to
Equivalent to unSetTo(from
, to
, T
)
(Optional) Only if it matches any of anyTags
and matches all items in allTags
Implementation
bool unSetToBy<T>(from, to, {List anyTags, List allTags});