Function with_typed_args

Source
fn with_typed_args(a: bool, b: u64, c: f64, d: &str) -> (bool, u64, f64, &str)
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here