Abstract
Checks if the internal typed array is backed by the same ArrayBuffer as the provided one. This is useful for determining if two math objects share the same underlying memory.
The ArrayBuffer to compare against
True if the internal typed array uses the same ArrayBuffer, false otherwise
Abstract base class for math number implementations that are backed by ArrayBuffer. This class provides common functionality for typed array-based mathematical objects.
Abstract