Shape.begin

The beginning of the figure.

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

Meta