The OpenD Programming Language

GuideStore.put

Add a range of values to the store

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

Meta