Function il2_iltags::tags::is_reserved_tag[][src]

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

Verifies if a given tag id represents a reserved tag.

Arguments:

  • id: The tag id to be verified;

Returns:

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