cast<R> method

R cast<R>()

Implementation

R cast<R>() {
  return this as R;
}