XEts.is_compiled_ms

You're seeing just the function is_compiled_ms, go back to XEts module for more information.
Link to this function

is_compiled_ms(item)

Specs

is_compiled_ms(any()) :: boolean()

Check if an item is a compiled match spec.

Examples

iex> XEts.is_compiled_ms({:x, 1})
false