mir-algorithm — Libmir Archive
Libmir Archive
API Reference Index
mir-algorithm Guide
Dlang.org
Counter.put
mir
range
Counter
Puts an item into the Counter instance.
void
put
(U item)
struct
Counter
(T)
void
put
(
U
)
(
auto
ref
U
item
)
if
(
canPutItem
!
U
)
void
put
(Range items)
mir
range
Counter
functions
count
put
variables
_count
Puts an item into the Counter instance.