Function il2_iltags::tags::is_implicit_tag[][src]

pub fn is_implicit_tag(id: u64) -> bool
Expand description

Verifies if a given tag id represents an implicit tag.

Arguments:

  • id: The tag id to be verified;

Returns:

  • true if the tag id is implicit or false otherwise.