Protocols

The following protocols are available globally.

  • Any type that encapsulates the minimum data required to identify a record from the NCBI’s Taxonomy database (this is the record ID), plus some basic properties (name and rank) that describe the record.

    See more

    Declaration

    Swift

    public protocol TaxonRepresenting : CustomStringConvertible, Hashable