MCPcopy Create free account

hub / github.com/arximboldi/immer / functions

Functions2,869 in github.com/arximboldi/immer

Methodinsert
! * Returns a set containing `value`. If the `value` is already in * the set, it returns the same set. It may allocate memory and * i
immer/set.hpp:220
Methodinsert_move
immer/map.hpp:491
Methodinsert_move
immer/table.hpp:495
Methodinsert_move
immer/set.hpp:275
Methodintrusive_ptr_add_ref
immer/refcount/enable_intrusive_ptr.hpp:26
Methodintrusive_ptr_add_ref
immer/detail/ref_count_base.hpp:21
Methodintrusive_ptr_release
immer/refcount/enable_intrusive_ptr.hpp:31
Methodintrusive_ptr_release
immer/detail/ref_count_base.hpp:26
Methodinvalid_children_count
immer/extra/persist/errors.hpp:76
Methodinvalid_container_id
immer/extra/persist/errors.hpp:62
Methodinvalid_node_id
immer/extra/persist/errors.hpp:48
FunctionisBoolean
* Checks if `value` is classified as a boolean primitive or object. * * @static * @memberOf _ * @since 0.1.0 * @category Lang
extra/js/lib/lodash.js:10909
FunctionisClassOf
* Checks if an object is of the specified class. * * @private * @param {*} value The value to check. * @param {string} name The na
extra/js/lib/benchmark.js:607
FunctionisElement
* Checks if `value` is likely a DOM element. * * @static * @memberOf _ * @since 0.1.0 * @category Lang * @param {*} valu
extra/js/lib/lodash.js:10970
FunctionisEmpty
* Checks if `value` is an empty object, collection, map, or set. * * Objects are considered empty if they have no own enumerable string keye
extra/js/lib/lodash.js:11007
FunctionisEqual
* Performs a deep comparison between two values to determine if they are * equivalent. * * **Note:** This method supports comparing arr
extra/js/lib/lodash.js:11056
FunctionisEqualWith
* This method is like `_.isEqual` except that it accepts `customizer` which * is invoked to compare values. If `customizer` returns `undefined`,
extra/js/lib/lodash.js:11093
FunctionisFinite
* Checks if `value` is a finite primitive number. * * **Note:** This method is based on * [`Number.isFinite`](https://mdn.io/Number/isF
extra/js/lib/lodash.js:11153
FunctionisFlattenable
* Checks if `value` is a flattenable `arguments` object or array. * * @private * @param {*} value The value to check. * @returns {
extra/js/lib/lodash.js:5862
FunctionisMatch
* Performs a partial deep comparison between `object` and `source` to * determine if `object` contains equivalent property values. * *
extra/js/lib/lodash.js:11345
FunctionisMatchWith
* This method is like `_.isMatch` except that it accepts `customizer` which * is invoked to compare values. If `customizer` returns `undefined`,
extra/js/lib/lodash.js:11381
FunctionisNative
* Checks if `value` is a pristine native function. * * **Note:** This method can't reliably detect native functions in the presence * o
extra/js/lib/lodash.js:11447
FunctionisNil
* Checks if `value` is `null` or `undefined`. * * @static * @memberOf _ * @since 4.0.0 * @category Lang * @param {*} val
extra/js/lib/lodash.js:11495
FunctionisNull
* Checks if `value` is `null`. * * @static * @memberOf _ * @since 0.1.0 * @category Lang * @param {*} value The value to
extra/js/lib/lodash.js:11471
FunctionisSafeInteger
* Checks if `value` is a safe integer. An integer is safe if it's an IEEE-754 * double precision number which isn't the result of a rounded unsaf
extra/js/lib/lodash.js:11620
FunctionisUndefined
* Checks if `value` is `undefined`. * * @static * @since 0.1.0 * @memberOf _ * @category Lang * @param {*} value The val
extra/js/lib/lodash.js:11723
FunctionisWeakMap
* Checks if `value` is classified as a `WeakMap` object. * * @static * @memberOf _ * @since 4.3.0 * @category Lang * @pa
extra/js/lib/lodash.js:11744
FunctionisWeakSet
* Checks if `value` is classified as a `WeakSet` object. * * @static * @memberOf _ * @since 4.3.0 * @category Lang * @pa
extra/js/lib/lodash.js:11765
Functionis_pool_empty
immer/extra/persist/cereal/archives.hpp:70
Methodistream_snapshot
immer/extra/io.hpp:21
Methoditerator
immer/experimental/detail/dvektor_impl.hpp:418
Functionj
(t)
extra/js/lib/immutable.min.js:9
Functionjg
(a,b,c)
extra/js/lib/mori.js:286
Functionjh
(a)
extra/js/lib/mori.js:355
Functionka
()
extra/js/lib/mori.js:24
Functionkt
(t,e,r)
extra/js/lib/immutable.min.js:13
FunctionlastIndexOf
* This method is like `_.indexOf` except that it iterates over elements of * `array` from right to left. * * @static * @memberOf _
extra/js/lib/lodash.js:7118
Methodlast_oh
immer/detail/rbts/position.hpp:951
Methodlast_sub
immer/detail/rbts/position.hpp:752
Methodlast_sub
immer/detail/rbts/position.hpp:957
FunctionlazyClone
* Creates a clone of the lazy wrapper object. * * @private * @name clone * @memberOf LazyWrapper * @returns {Object} Returns
extra/js/lib/lodash.js:1653
FunctionlazyReverse
* Reverses the direction of lazy iteration. * * @private * @name reverse * @memberOf LazyWrapper * @returns {Object} Returns
extra/js/lib/lodash.js:1672
FunctionlazyValue
* Extracts the unwrapped value from its lazy wrapper. * * @private * @name value * @memberOf LazyWrapper * @returns {*} Retur
extra/js/lib/lodash.js:1692
Functionlinearize_map
immer/extra/persist/detail/champ/pool.hpp:124
Methodlist
extra/guile/scm/list.hpp:24
FunctionlistCacheClear
* Removes all key-value entries from the list cache. * * @private * @name clear * @memberOf ListCache
extra/js/lib/lodash.js:1873
FunctionlistCacheDelete
* Removes `key` and its value from the list cache. * * @private * @name delete * @memberOf ListCache * @param {string} key Th
extra/js/lib/lodash.js:1886
FunctionlistCacheGet
* Gets the list cache value for `key`. * * @private * @name get * @memberOf ListCache * @param {string} key The key of the va
extra/js/lib/lodash.js:1911
FunctionlistCacheHas
* Checks if a list cache value for `key` exists. * * @private * @name has * @memberOf ListCache * @param {string} key The key
extra/js/lib/lodash.js:1927
FunctionlistCacheSet
* Sets the list cache `key` to `value`. * * @private * @name set * @memberOf ListCache * @param {string} key The key of the v
extra/js/lib/lodash.js:1941
Functionlisteners
* Returns an array of event listeners for a given type that can be manipulated * to add or remove listeners. * * @memberOf Benchmark, B
extra/js/lib/benchmark.js:1232
Methodload
immer/atom.hpp:40
Methodload
immer/atom.hpp:103
Methodload
immer/extra/persist/detail/champ/pool.hpp:72
Methodload
immer/extra/persist/detail/champ/pool.hpp:195
Methodload
immer/extra/persist/detail/champ/champ.hpp:89
Methodload
immer/extra/persist/detail/rbts/pool.hpp:160
Methodload
immer/extra/persist/detail/rbts/input.hpp:545
Methodload
immer/extra/persist/detail/rbts/input.hpp:581
Methodload
immer/extra/persist/detail/array/pool.hpp:92
Methodload
immer/extra/persist/detail/array/pool.hpp:145
Methodload
immer/extra/persist/detail/box/pool.hpp:78
Methodload_children
immer/extra/persist/detail/champ/input.hpp:206
Methodload_children
immer/extra/persist/detail/rbts/input.hpp:398
Methodload_collision
immer/extra/persist/detail/champ/input.hpp:80
Methodload_inner
immer/extra/persist/detail/rbts/input.hpp:223
Methodload_leaf
immer/extra/persist/detail/rbts/input.hpp:180
Methodload_minimal
immer/extra/persist/detail/alias.hpp:43
Methodload_minimal
immer/extra/persist/detail/cereal/wrap.hpp:31
Functionload_pools
immer/extra/persist/detail/cereal/input_archive_util.hpp:9
Methodload_some_node
immer/extra/persist/detail/champ/input.hpp:193
Methodload_some_node
immer/extra/persist/detail/rbts/input.hpp:324
Methodloader
immer/extra/persist/detail/rbts/input.hpp:111
Methodloader
immer/extra/persist/detail/array/pool.hpp:134
Methodloader
immer/extra/persist/detail/box/pool.hpp:150
Methodlsbit
immer/detail/hamts/bits.hpp:141
Functionlt
(t,e,r)
extra/js/lib/immutable.min.js:12
Functionmain
example/vector/gc.cpp:30
Functionmain
example/vector/iota-transient-std.cpp:25
Functionmain
example/vector/iota-move.cpp:21
Functionmain
example/vector/intro.cpp:11
Functionmain
example/vector/iota-transient.cpp:23
Functionmain
example/vector/vector.cpp:12
Functionmain
example/vector/move.cpp:26
Functionmain
example/vector/fizzbuzz.cpp:28
Functionmain
example/vector/iota-slow.cpp:21
Functionmain
example/flex-vector/flex-vector.cpp:13
Functionmain
example/table/intro.cpp:12
Functionmain
example/map/intro.cpp:12
Functionmain
example/set/intro.cpp:11
Functionmain
example/array/array.cpp:13
Functionmain
example/box/box.cpp:14
Functionmain
benchmark/set/memory/basic-string-short.cpp:5
Functionmain
benchmark/set/memory/exp-string-short.cpp:5
Functionmain
benchmark/set/memory/exp-string-long.cpp:5
Functionmain
benchmark/set/memory/lin-unsigned.cpp:5
Functionmain
benchmark/set/memory/basic-unsigned.cpp:5
Functionmain
benchmark/set/memory/exp-unsigned.cpp:5
Functionmain
benchmark/set/memory/basic-string-long.cpp:5
Functionmain
benchmark/set/memory/lin-string-long.cpp:5
← previousnext →1,901–2,000 of 2,869, ranked by callers