awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesFixed-Length Array Pattern Matching

Matching arrays of a specific length to bind elements to names during destructuring.

Distinct from Contiguous Fixed Arrays: Focuses on the pattern matching capability rather than the memory layout of the array.

Explore 4 awesome GitHub repositories matching data & databases · Fixed-Length Array Pattern Matching. Refine with filters or upvote what's useful.

Awesome Fixed-Length Array Pattern Matching GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • purescript/purescriptAvatar von purescript

    purescript/purescript

    8,832Auf GitHub ansehen↗

    PureScript is a statically typed, purely functional programming language that compiles to JavaScript. It is designed as a cross-platform frontend language for building safe web applications, utilizing a static type system and a JavaScript compiler to ensure program correctness across browser and server environments. The language is distinguished by its emphasis on mathematical purity, featuring a robust type system with first-class support for monads. It provides a sophisticated toolset for static verification, including algebraic data types, type classes, and automatic type inference to reje

    Identifies arrays of a specific length and binds their elements to names within a function.

    Haskellalt-jshaskelljavascript
    Auf GitHub ansehen↗8,832
  • rust-lang/rust-by-exampleAvatar von rust-lang

    rust-lang/rust-by-example

    8,026Auf GitHub ansehen↗

    This project is an interactive programming education resource and tutorial designed for learning the Rust programming language and systems programming concepts. It provides a collection of runnable and editable code examples that serve as a practical reference for language syntax and implementation. The resource features an interactive code sandbox that allows users to execute and test code snippets in real time. It emphasizes the verification of technical accuracy by executing embedded code blocks during the build process to ensure all examples remain functional. The content covers a compre

    Provides examples of destructuring arrays and slices through pattern matching.

    Handlebars
    Auf GitHub ansehen↗8,026
  • rust-lang/rfcsAvatar von rust-lang

    rust-lang/rfcs

    6,406Auf GitHub ansehen↗

    The Rust RFCs repository is the formal home for the Rust language evolution process, housing the structured design documents and community review mechanisms that govern changes to the Rust programming language, its compiler, and its standard library. It defines the complete lifecycle for proposing, discussing, and implementing substantial changes through RFC documents, from initial submission and community feedback through final comment periods and sub-team sign-offs. The repository codifies the governance and collaboration processes that shape Rust's development, including mechanisms for com

    Defines the split_first method for ergonomic slice destructuring in Rust's standard library.

    Markdownrfcrfc-processrust
    Auf GitHub ansehen↗6,406
  • crytic/slitherAvatar von crytic

    crytic/slither

    6,141Auf GitHub ansehen↗

    Flags direct assignments to array length properties in smart contract code.

    Pythonethereumsoliditystatic-analysis
    Auf GitHub ansehen↗6,141
  1. Home
  2. Data & Databases
  3. Contiguous Fixed Arrays
  4. Fixed-Length Array Pattern Matching

Unter-Tags erkunden

  • Length Assignment DetectorsDetectors that flag direct assignments to array length properties in smart contracts. **Distinct from Fixed-Length Array Pattern Matching:** Distinct from Fixed-Length Array Pattern Matching: focuses on detecting direct length assignment rather than pattern matching.
  • Length Manipulation DetectorsDetectors that identify direct assignments to array length properties that can cause out-of-bounds access. **Distinct from Fixed-Length Array Pattern Matching:** Distinct from Fixed-Length Array Pattern Matching: focuses on detecting security vulnerabilities from length manipulation rather than pattern matching.
  • Slice Destructuring1 Sub-TagMatching patterns against variable-length slices to bind elements to variables. **Distinct from Fixed-Length Array Pattern Matching:** The parent candidate specifically targets fixed-length arrays; slices require different handling of remaining elements.