Base5.this

Construct base from one of "acgtACGT" symbols. Every other character is converted to 'N'

  1. this(char c)
  2. this(dchar c)
    struct Base5
    this
    (
    dchar c
    )

Meta