print

Print some number of objects

  1. void print(in int value)
  2. void print(in double value)
  3. void print(in T obj)
  4. void print(in T[] items)
  5. void print(in T[] items)
  6. void print(in T obj, in A a)
    @nogc nothrow @trusted
    void
    print
    (
    T
    A...
    )
    (
    in T obj
    ,
    in A a
    )

Meta