The OpenD Programming Language

Summator.opCast

cast(C) operator overloading. Returns cast(C)sum(). See also: cast

  1. C opCast()
  2. C opCast()
    struct Summator(T, Summation summation)
    const
    @attr
    C
    opCast
    (
    C
    )
    ()
    if (
    is(Unqual!C == T)
    )

Meta