issues
search
yeslogic
/
fathom
🚧 (Alpha stage software) A declarative data definition language for formally specifying binary data formats. 🚧
Apache License 2.0
258
stars
14
forks
source link
Slicevec cleanup
#468
Closed
Kmeakin
closed
1 year ago
Kmeakin
commented
1 year ago
Rename
next_index
to
len
Rename
max_len
to
capacity
Add accessor fns
len()
,
capacity()
and
is_full()
Panic with an informative message when trying to push onto a full
SliceVec
next_index
tolen
max_len
tocapacity
len()
,capacity()
andis_full()
SliceVec