readCodec<T> method

T readCodec<T>(
  1. BitCodec<T> method
)

Implementation

T readCodec<T>(BitCodec<T> method) => method.reader(this);