pub fn strict<'a>(
declared: &'a [&'a AccountView],
remaining: &'a [&'a AccountView],
) -> RemainingAccounts<'a>Expand description
Ergonomic fall-through used by the proc-macro codegen when the user wants to just burn through remaining accounts without a mode.