Lines Matching refs:enforce
394 import std.exception : enforce;
994 enforce(!empty);
1048 enforce(r._outer._data is _data && r._a <= length);
1066 enforce(r._outer._data is _data && r._a <= length);
1092 enforce(_data);
1094 enforce(offset <= length);
1111 enforce(r._outer._data is _data);
1114 enforce(offset <= length);
1125 enforce(r._outer._data is _data);
1147 enforce(r._outer._data is _data);
1176 enforce(r._outer._data is _data);
1177 enforce(_data.refCountedStore.isInitialized);
1178 enforce(r._a <= r._b && r._b <= length);
1769 import std.exception : enforce;
1815 enforce(!empty, "Attempting to access the front of an empty Array");
1821 enforce(!empty, "Attempting to set the front of an empty Array");
1827 enforce(!empty, "Attempting to move the front of an empty Array");
1833 enforce(!empty, "Attempting to popFront an empty Array");
1839 enforce(!empty, "Attempting to access the back of an empty Array");
1845 enforce(!empty, "Attempting to set the back of an empty Array");
1851 enforce(!empty, "Attempting to move the back of an empty Array");
1857 enforce(!empty, "Attempting to popBack an empty Array");
2017 enforce(a <= b && b <= length);
2032 enforce(!empty);
2039 enforce(!empty);
2055 enforce(!empty);
2062 enforce(!empty);
2085 enforce(div < data.length);
2094 enforce(div < data.length);
2104 enforce(div < data.length);
2293 enforce(_store._length);