pub type SampleId = u64;
Type used for sample IDs.
SWC files use -1 for the parent ID of the root sample, but this package uses a signed ID type with the root’s parent as None.
None