pub fn aid_prefix(bytes: impl AsRef<[u8]>) -> bool
Check weather or not an array of bytes contains the prefix of an AgentId.
AgentId
Useful for filtering in key-value storages, when multiple ID types are used as keys or key-prefixes.