Seed.this

Construct from a input string. Now here things become interesting

  1. this(long s)
  2. this(string s)
    struct Seed
    @nogc
    this
    (
    string s
    )

Meta