The OpenD Programming Language

SmileRoots.this

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

Meta