> ## Documentation Index
> Fetch the complete documentation index at: https://docs.starknet.io/llms.txt
> Use this file to discover all available pages before exploring further.

# core::internal::require_implicit

Function to enforce that `Implicit` is used by a function calling it.
Note: This extern function is not mapped to a Sierra function, and all usages of it are removed
during compilation.

## Signature

```rust theme={null}
pub extern fn require_implicit() implicits(Implicit) nopanic;
```
