Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ isEqual
Method
isEqual
include/math.hpp:291–293 ·
view source on GitHub ↗
Method aliases
Source
from the content-addressed store, hash-verified
289
290
// Method aliases
291
bool isEqual(Vec b) const {
292
return equals(b);
293
}
294
};
295
296
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected