The OpenD Programming Language

GuideStore.put

Add a value of anytype to the store

  1. void put(T gs)
  2. void put(T range)
  3. void put(T value, double offset)
    struct GuideStore(string type = "")
    void
    put
    (
    T
    )
    (
    in T value
    ,
    double offset = 0
    )
    if (
    !is(T == GuideStore!(type)) &&
    (
    is(T == string) ||
    )
    )

Meta