You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 10, 2018. It is now read-only.
Random access classes lack a generalized stat interface to obtain basic information about the store such as its size. In both file and memory implementations, a length property is available to be used in such an implementation. That said, an optional stat property should exist in the abstract for implementors to establish methods that conform to this API, so consumers can examine stats for their stores.
Random access classes lack a generalized
statinterface to obtain basic information about the store such as its size. In both file and memory implementations, alengthproperty is available to be used in such an implementation. That said, an optionalstatproperty should exist in the abstract for implementors to establish methods that conform to this API, so consumers can examine stats for their stores.