SmileRoots.this

Constructs a SmileRoots from a single value, a left-right pair, or a two-element array.

  1. this(T value)
  2. this(T left, T right)
  3. this(SmallArray!(T, 2) array)
    struct SmileRoots(T)
    @safe pure nothrow @nogc
    this
    ()
    if (
    __traits(isFloating, T)
    )