1 repository
Rules for placing match expressions on the same line as method declarations and avoiding full argument expansion for type-only matches.
Distinct from Structural Pattern Matching: Distinct from Structural Pattern Matching: focuses on code formatting and placement of match expressions, not the matching logic itself.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Formatting Conventions. Refine with filters or upvote what's useful.
Places match on the same line as the method declaration and avoids expanding all arguments for type-only matches.