cast method

T cast(
  1. Object o
)

Implementation

T cast(Object o) => o as T;