wipe

TODO: neat variadic implementation of wipe() Clears data in memory.

  1. void wipe(T t)
    @safe @nogc nothrow
    void
    wipe
    (
    T
    )
    (
    ref T t
    )
  2. void wipe(T ts)

Meta