Discover Packages
github.com/clfs/x
overlap
package
Version:
v0.0.0-...-95e8317
Opens a new window with list of versions in this module.
Published: Jan 4, 2022
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package overlap exports memory overlap functions from the standard library's
crypto/internal/subtle package.
Only the Google App Engine variants are exported, since they don't depend on
the unsafe package.
Any reports whether x and y share memory at any (not necessarily
corresponding) index. The memory beyond the slice length is ignored.
Inexact reports whether x and y share memory at any non-corresponding index.
The memory beyond the slice length is ignored. Note that x and y can have
different lengths and still not have any inexact overlap.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.