Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

This package provides a fixed-width composite data type, similar to a C struct, for use in JavaScript. It allows defining schemas with various field types (e.g., float64, int32, bool) and creates structured objects with predictable memory layout. The package is part of stdlib, a comprehensive numerical and scientific computing library for JavaScript and Node.js, making it suitable for developers working on numerical computations, data processing, or applications requiring structured data types with precise memory alignment.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of stdlib-js/dstructs-struct

Account's avatar
stdlib-js/array-base-assert-contains
Test if an array contains a provided search value.
Account's avatar
stdlib-js/array-base-assert-is-boolean-data-type
Test if an input value is a supported array boolean data type.
Account's avatar
stdlib-js/array-base-assert-is-complex-floating-point-data-type
Test if an input value is a supported array complex-valued floating-point data type.
Account's avatar
stdlib-js/array-base-assert-is-real-data-type
Test if an input value is a supported array real-valued data type.
Account's avatar
stdlib-js/array-base-assert-is-real-floating-point-data-type
Test if an input value is a supported array real-valued floating-point data type.
Account's avatar
stdlib-js/array-base-assert-is-signed-integer-data-type
Test if an input value is a supported array signed integer data type.
Account's avatar
stdlib-js/array-base-filled
Create a filled generic array.
Account's avatar
stdlib-js/array-base-index-of
Return the index of the first element which equals a provided search element.
Account's avatar
stdlib-js/array-base-join
Return a string created by joining array elements using a specified separator.
Account's avatar
stdlib-js/array-base-map
Apply a callback function to elements in an input array and assign results to elements in a new output array.
Account's avatar
stdlib-js/array-base-min-signed-integer-dtype
Determine the minimum array data type for storing a provided signed integer value.
Account's avatar
stdlib-js/array-buffer
ArrayBuffer.
Account's avatar
stdlib-js/array-dataview
DataView.
Account's avatar
stdlib-js/array-dtype
Return the data type of an array.
Account's avatar
stdlib-js/array-min-dtype
Determine the minimum array data type of the closest kind necessary for storing a provided scalar value.
Account's avatar
stdlib-js/array-to-json
Return a JSON representation of a typed array.
Account's avatar
stdlib-js/array-typed
Create a typed array.
Account's avatar
stdlib-js/array-uint8
Uint8Array.
Account's avatar
stdlib-js/assert-has-own-property
Test if an object has a specified property.
Account's avatar
stdlib-js/assert-has-property
Test if an object has a specified property, either own or inherited.
Account's avatar
stdlib-js/assert-is-arraybuffer
Test if a value is an ArrayBuffer.
Account's avatar
stdlib-js/assert-is-bigint
Test if a value is a BigInt.
Account's avatar
stdlib-js/assert-is-boolean
Test if a value is a boolean.
Account's avatar
stdlib-js/assert-is-collection
Test if a value is a collection.
Account's avatar
stdlib-js/assert-is-complex-like
Test if a value is a complex number-like object.
Account's avatar
stdlib-js/assert-is-dataview
Test if a value is a DataView.
Account's avatar
stdlib-js/assert-is-function
Test if a value is a function.
Account's avatar
stdlib-js/assert-is-integer
Test if a value is a number having an integer value.
Account's avatar
stdlib-js/assert-is-little-endian
Check if an environment is little endian.
Account's avatar
stdlib-js/assert-is-nonnegative-integer
Test if a value is a number having a nonnegative integer value.
Account's avatar
stdlib-js/assert-is-number
Test if a value is a number.
Account's avatar
stdlib-js/assert-is-object
Test if a value is an object.
Account's avatar
stdlib-js/assert-is-plain-object
Test if a value is a plain object.
Account's avatar
stdlib-js/assert-is-positive-integer
Test if a value is a number having a positive integer value.
Account's avatar
stdlib-js/assert-is-string
Test if a value is a string.
Account's avatar
stdlib-js/assert-is-struct-constructor-like
Test if a value is struct constructor-like.
Account's avatar
stdlib-js/bigint-ctor
BigInts.
Account's avatar
stdlib-js/blas-base-gcopy
Copy values from x into y.
Account's avatar
stdlib-js/blas-ext-base-gfill
Fill a strided array with a specified scalar constant.
Account's avatar
stdlib-js/boolean-ctor
Boolean constructor.
Account's avatar
stdlib-js/complex-cmplx
Create a complex number.
Account's avatar
stdlib-js/complex-dtype
Return the data type of a complex number.
Account's avatar
stdlib-js/math-base-special-fast-min
Return the minimum value.
Account's avatar
stdlib-js/math-base-special-floor
Round a double-precision floating-point number toward negative infinity.
Account's avatar
stdlib-js/ndarray-base-assert-is-allowed-data-type-cast
Determine if an ndarray data type can be cast to another ndarray data type according to a specified casting mode.
Account's avatar
stdlib-js/ndarray-base-bytes-per-element
Return the number of bytes per element for a provided underlying ndarray data type.
Account's avatar
stdlib-js/number-ctor
Number constructor.
Account's avatar
stdlib-js/strided-base-reinterpret-boolean
Reinterpret a BooleanArray as a Uint8Array.
Account's avatar
stdlib-js/strided-base-reinterpret-complex
Reinterpret a complex-valued floating-point array as a real-valued floating-point array having the same precision.
Account's avatar
stdlib-js/string-base-replace
Replace search occurrences with a replacement string.

Support the repos that depend on this repository

Top contributors

stdlib-bot's profile
stdlib-bot
23 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
stdlib-js

stdlib-js/dstructs-struct

Fixed-width composite data type (a.k.a., a `struct`).

JavaScript
0
0
Apache License 2.0