Skip to main content

SampleId

Type Alias SampleId 

Source
pub type SampleId = u64;
Expand description

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.