Skip to main content

keyword

Function keyword 

Source
pub fn keyword(name: &str) -> Symbol
Expand description

A bare keyword Symbol (NOT wrapped in Expr). This is the one home for common fn field(name) -> Symbol / Symbol::new(name) wrappers in test and codec crates; use sym when an Expr is wanted.