new() — tailwindcss Function Reference
Architecture documentation for the new() function in utf16.rs from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD 1f6d279b_7181_c2ac_45cc_5259aae71d48["new()"] e3dc7dae_8cb5_88b3_3e47_bdb509bef87d["utf16.rs"] 1f6d279b_7181_c2ac_45cc_5259aae71d48 -->|defined in| e3dc7dae_8cb5_88b3_3e47_bdb509bef87d style 1f6d279b_7181_c2ac_45cc_5259aae71d48 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
crates/node/src/utf16.rs lines 11–17
pub fn new(input: &'a str) -> Self {
Self {
input,
curr_utf8: 0,
curr_utf16: 0,
}
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does new() do?
new() is a function in the tailwindcss codebase, defined in crates/node/src/utf16.rs.
Where is new() defined?
new() is defined in crates/node/src/utf16.rs at line 11.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free