BitState<V, L>.data constructor

BitState<V, L>.data(
  1. V data
)

Implementation

factory BitState.data(V data) => _DataBitState(data);