attractivechaos / klib

A standalone and lightweight C library
http://attractivechaos.github.io/klib/
MIT License
4.18k stars 556 forks source link

Add size to HashMap in khashl #179

Closed WillAyd closed 7 months ago

WillAyd commented 7 months ago

Useful to know how many elements the map contains

WillAyd commented 7 months ago

Ah misread the class hierarchies - this isn't needed. Thanks for the great library!