sibling<ST> method

ST sibling<ST>()

Implementation

ST sibling<ST>() {
  return (parent as Pluggable).plugin<ST>();
}