BitMapper<M, V> typedef
BitMapper<M, V> =
M Function(V value, M? previous)
Implementation
typedef BitMapper<M, V> = M Function(V value, M? previous);
typedef BitMapper<M, V> = M Function(V value, M? previous);