[][src]Macro glsp::try_arr

macro_rules! try_arr {
    ($elem:expr; $n:expr) => { ... };
    () => { ... };
    ($($token:tt)*) => { ... };
}

A non-panicking version of arr!.

Returns a GResult<Root<Arr>>.