Shape.begin

The beginning of the figure.

  1. Vector!T begin [@property getter]
  2. Vector!T begin [@property setter]
    struct Shape(T : float)
    @safe nothrow pure @property
    void
    begin
    if (
    isNumeric!T &&
    isMutable!T
    &&
    isSigned!T
    )

Meta