3 Commits

Author SHA1 Message Date
b8ae61b7c7
libluna: Document Bitmap 2023-08-23 13:50:45 +02:00
08997007f2
libluna: Stop checking initialization status on every bitmap method call
Since our asserts (expect()) are enabled on release as well, this is kinda expensive.

It's up to the caller, if they receive a null pointer dereference it's
their fault for not initializing their bitmap :)

We do still assert out-of-range indexing and stuff like that.
2023-06-18 19:28:28 +02:00
77887eed80
luna -> libluna 2023-02-27 15:22:39 +01:00