The OpenD Programming Language

WSummator.put

  1. void put(Slice1 s, Slice2 w)
  2. void put(SliceLike1 s, SliceLike2 w)
  3. void put(Range r)
  4. void put(RangeA r, RangeB w)
  5. void put(T x, U w)
  6. void put(T x)
  7. void put(WSummator!(F, summation, G) wm)
    struct WSummator(T, Summation summation, U = T)
    void
    put
    (
    F = T
    G = U
    )
    (
    WSummator!(F, summation, G) wm
    )

Meta