The OpenD Programming Language

FindSmileRootsResult.roots

struct FindSmileRootsResult(T)
@safe pure @nogc scope const @property
roots
()
()
if (
__traits(isFloating, T)
)

Return Value

Type: auto

SmallArray!(T, 2) of roots if any.

Meta