Slice.make

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto make(T t)
  2. auto make(T t, size_t size, bool free)
    struct Slice
    static
    make
    (
    T
    )
    (
    T t
    ,
    size_t size
    ,
    bool free = false
    )
    if (
    isPointer!T
    )

Meta