Files
levlib/quantity/resistance.odin
2026-03-08 19:00:41 -07:00

8 lines
118 B
Odin

package quantity
import "base:intrinsics"
Ohms :: struct($V: typeid) where intrinsics.type_is_numeric(V) {
v: V,
}