In the beginning...
This commit is contained in:
7
quantity/resistance.odin
Normal file
7
quantity/resistance.odin
Normal file
@@ -0,0 +1,7 @@
|
||||
package quantity
|
||||
|
||||
import "base:intrinsics"
|
||||
|
||||
Ohms :: struct($V: typeid) where intrinsics.type_is_numeric(V) {
|
||||
v: V,
|
||||
}
|
||||
Reference in New Issue
Block a user