[]Macro matrix_sdk_common::int

macro_rules! int {
    ($n:literal) => { ... };
}

Creates an Int from a numeric literal.