toSlices.slc

Undocumented in source. Be warned that the author may not have intended to support it.
  1. alias slc = arg
  2. auto ref slc [@property getter]
    template toSlices(args...)
    @property ref
    static if(args.length)
    static if(!(isMutable!Arg && isSlice!Arg))
    @optmath
    slc
    ()
    ()

Meta