We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f0831 commit 0a22771Copy full SHA for 0a22771
src/AudioBasic/Collections/Slice.h
@@ -33,7 +33,7 @@ class Slice {
33
}
34
35
/// Returns true if we contain any valid data
36
- operator bool() { return len > 0 && start!?nullptr; }
+ operator bool() { return len > 0 && start!=nullptr; }
37
38
/// Returns the slice at the indicated index for the indicated slize size;
39
Slice slice(int sliceSize, int idx) {
0 commit comments