pub open spec fn oid_to_subidentifiers(v: ObjectIdentifierSpec) -> (UInt, Seq<UInt>)Expand description
{ (oid_first_subidentifier(v), v.rest) }pub open spec fn oid_to_subidentifiers(v: ObjectIdentifierSpec) -> (UInt, Seq<UInt>){ (oid_first_subidentifier(v), v.rest) }