Search
 
SCRIPT & CODE EXAMPLE
 

RUST

rust `cfg` which is always true / false

#[cfg(all())]
fn main() {
    println!("It works!");
}

#[cfg(any())]
fn main() {
    println!("It disappears!");
}
Comment

PREVIOUS NEXT
Code Example
Rust :: armanriazi•rust•trait•objectsafe•vs•nonobjectsafe 
Rust :: rust•armanriazi•unwrap 
Rust :: declare an array with signle value Rust 
Rust :: rust return the result with trait exit status 
Rust :: rust program name 
Rust :: get value from option rust 
Rust :: armanriazi•rust•concept•dst•or•unsizedtype 
Rust :: rust•armanriazi•let•const 
Rust :: rust•armanriazi•error•[E0596]: cannot borrow `self.` as mutable, as it is behind a `&` reference 
Rust :: execution duration 
Rust :: rust array literal 
Lua :: Children Loop Roblox Lua 
Lua :: if string contains lua 
Lua :: luau make region3 
Lua :: lua integer to string 
Lua :: os.date lua 
Lua :: roblox studio random part color 
Lua :: roblox what is humanoid 
Lua :: what does local mean in roblox 
Lua :: lua how to add something to a table 
Lua :: lua string length 
Lua :: rhyme api 
Lua :: how to format a number into hh:mm:ss in lua 
Lua :: how do i use the errors module luaassist 
Lua :: lua table of all characters 
Matlab :: octave mark axis labels 
Matlab :: matlab what comes instead of drawmode 
Basic :: watch starward ascii command 
Elixir :: elixir string to date 
Elixir :: phoenix ecto query expression 
ADD CONTENT
Topic
Content
Source link
Name
2+4 =