aboutsummaryrefslogtreecommitdiff
path: root/src/primitive/bufferid.rs (follow)
Commit message (Collapse)AuthorAgeLines
* Add BufferId as Rust typeTobias Deiminger2025-02-25-0/+37
Up to now it was represented as i32. If we introduce a newtype for it, we can handle it idiomatically as dedicated Variant::BufferId variant (instead of having it mashed into Variant::UserType).