awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesGeneric Method Implementations

Methods attached to generic types using type parameters in implementation blocks.

Distinct from Type Methods: Distinct from Type Methods: focuses on generic type parameters rather than simple method receivers.

Explore 4 awesome GitHub repositories matching programming languages & runtimes · Generic Method Implementations. Refine with filters or upvote what's useful.

Awesome Generic Method Implementations GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • rust-lang/bookAvatar rust-lang

    rust-lang/book

    17,930Vezi pe GitHub↗

    The Rust Programming Language Book is the official technical guide and educational resource for the Rust language. It provides a comprehensive walkthrough of the language's design, focusing on its core identity as a systems programming language that enforces memory safety and high-performance execution without the need for a garbage collector. The project is distinguished by its focus on ownership, borrowing, and lifetime tracking, which allow the compiler to verify memory safety and thread safety at compile time. It covers the language's unique approach to zero-cost abstractions, including t

    Enables behavior that works across different concrete type substitutions via generic implementation blocks.

    Rustbookmdbookrust
    Vezi pe GitHub↗17,930
  • dotnet/blazorAvatar dotnet

    dotnet/blazor

    9,276Vezi pe GitHub↗

    Blazor is a .NET framework for building interactive web user interfaces using C# instead of JavaScript. It provides a component-based UI composition model where reusable, self-contained UI elements are built with C# logic and Razor markup, supporting nesting, parameters, and lifecycle events. The framework offers two primary rendering models: a client-side runtime that compiles C# to WebAssembly and executes directly in the browser, and a server-side model that renders UI on the server and sends incremental DOM updates over a persistent SignalR connection. A central capability of Blazor is it

    Supports calling methods on closed generic .NET instances from JavaScript via object references.

    PowerShell
    Vezi pe GitHub↗9,276
  • rust-lang/rust-by-exampleAvatar rust-lang

    rust-lang/rust-by-example

    8,026Vezi pe GitHub↗

    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

    Illustrates writing method implementations that operate on a variety of types.

    Handlebars
    Vezi pe GitHub↗8,026
  • c3lang/c3cAvatar c3lang

    c3lang/c3c

    5,147Vezi pe GitHub↗

    c3c is the compiler for the C3 programming language, transforming source code into executable binaries, static libraries, or dynamic libraries using an LLVM backend. It implements a system based on result-based error handling, scoped memory pooling, and a semantic macro system. The compiler provides first-class support for hardware-backed SIMD vectors that map directly to processor instructions and enables runtime polymorphism through interface-based dynamic dispatch. The project covers a broad set of low-level capabilities, including manual and pooled memory management, inline assembly inte

    Adds functions to generic types that apply to all instantiations or specific concrete types.

    C3c3compilerlanguage
    Vezi pe GitHub↗5,147
  1. Home
  2. Programming Languages & Runtimes
  3. Type Methods
  4. Generic Method Implementations

Explorează sub-etichetele

  • Generic Method Invocations from JavaScriptCapabilities for calling methods on closed generic .NET class instances from JavaScript by passing a reference and invoking the method asynchronously. **Distinct from Generic Method Implementations:** Distinct from Generic Method Implementations: focuses on invoking generic methods from JavaScript, not defining them in .NET.