operator & method

  1. @mustCallSuper
T operator &(
  1. dynamic data
)
override

Implementation

@mustCallSuper
T operator &(data) => lerp(data);