From Jason Turner

[cons.slice]

Diff to HTML by rtfpessoa

tmp/tmpyohmth6e/{from.md → to.md} RENAMED
@@ -1,11 +1,10 @@
1
  #### Constructors <a id="cons.slice">[[cons.slice]]</a>
2
 
3
  ``` cpp
4
  slice();
5
  slice(size_t start, size_t length, size_t stride);
6
- slice(const slice&);
7
  ```
8
 
9
  The default constructor is equivalent to `slice(0, 0, 0)`. A default
10
  constructor is provided only to permit the declaration of arrays of
11
  slices. The constructor with arguments for a slice takes a start,
 
1
  #### Constructors <a id="cons.slice">[[cons.slice]]</a>
2
 
3
  ``` cpp
4
  slice();
5
  slice(size_t start, size_t length, size_t stride);
 
6
  ```
7
 
8
  The default constructor is equivalent to `slice(0, 0, 0)`. A default
9
  constructor is provided only to permit the declaration of arrays of
10
  slices. The constructor with arguments for a slice takes a start,