Function byond::call::from_byond_args [] [src]

pub fn from_byond_args(n: i32, v: *const *const i8) -> Vec<String>

Turns the arguments supplied by BYOND into a more workable vector.

All strings are converted into UTF-8 losilly. You've been warned.