Returns the actor ID of an Automerge document as a raw vector.
The actor ID uniquely identifies the editing session that created
changes in the document.
Usage
am_get_actor(doc)
Value
A raw vector containing the actor ID bytes
Arguments
doc
An Automerge document
Details
For a hex string representation, use am_get_actor_hex().