[][src]Macro cast_wd::string

macro_rules! string {
    ($value:expr) => { ... };
}

转换类型为string

#Examples

let a = to_string!(32);