suri-framework/mlx

Support field punning

Open

#2 opened on Feb 1, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees)OCaml (2 forks)github user discovery
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (23 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

let active = true
let button = <button active />

should work, but today it requires to use active=active

Contributor guide