Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csskit/csskit
/ to_bits
Method
to_bits
crates/css_lexer/src/token.rs:1155–1157 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1153
}
1154
1155
pub fn to_bits(&self) -> u64 {
1156
(self.0 as u64) << 32 | self.1 as u64
1157
}
1158
}
1159
1160
impl core::fmt::Debug for Token {
Callers
5
with_associated_whitespace
Method · 0.45
new_whitespace
Method · 0.45
new_number
Method · 0.45
new_dimension
Method · 0.45
new_delim_with_associated_whitespace
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected