Macro scsys_macros::string

source ·
macro_rules! string {
    ( $x:expr ) => { ... };
    ( $( $x:expr ),* ) => { ... };
}